SYNC: Merge pull request #7 from dbgate/feature/applog

This commit is contained in:
Jan Prochazka
2025-08-05 17:13:33 +02:00
committed by Diflow
parent ac0aebd751
commit a96f1d0b49
83 changed files with 1014 additions and 242 deletions

View File

@@ -184,6 +184,10 @@ select[disabled] {
background-color: var(--theme-bg-1);
}
.classicform select {
padding: 5px 5px 4px;
}
textarea {
background-color: var(--theme-bg-0);
color: var(--theme-font-1);