Browse Source

Fix dark mode bug in the timezone dropdown

master
Pēteris Caune 3 years ago
parent
commit
7e08e3a938
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      static/css/bootstrap-colors.css

+ 4
- 0
static/css/bootstrap-colors.css View File

@ -32,6 +32,10 @@
color: var(--btn-default-color);
}
.bootstrap-select .no-results {
background: var(--panel-bg);
}
.alert-info {
background-color: var(--state-info-bg);
border-color: var(--state-info-border);


Loading…
Cancel
Save