export sql dump - can export to files

This commit is contained in:
Jan Prochazka
2022-04-24 15:03:04 +02:00
parent 30b054dbec
commit 4d7887a379
11 changed files with 230 additions and 23 deletions

View File

@@ -9,12 +9,14 @@
<style>
label {
border: 1px solid var(--theme-bg-button-inv-2);
padding: 5px;
padding: 4px;
margin: 2px;
width: 100px;
background-color: var(--theme-bg-button-inv);
color: var(--theme-font-inv-1);
border-radius: 2px;
position: relative;
top: 3px;
}
label:hover:not(.disabled) {