[web] Add border for some buttons in dark mode

This commit is contained in:
Alain Nussbaumer 2024-03-02 09:01:46 +01:00
parent 49de0240b8
commit 2319ca7cb8
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@
.modal-content select, .modal-content select,
.modal-content select:hover { .modal-content select:hover {
border-color: $grey-dark; border-color: $grey-dark;
border-width: 1px;
} }
.tabs.is-toggle a { .tabs.is-toggle a {
background-color: $grey-darker; background-color: $grey-darker;