mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 16:54:04 +00:00
UI: improve disabled select legibility
This commit is contained in:
parent
de9ad0fe60
commit
c04194191f
1 changed files with 5 additions and 0 deletions
|
@ -266,6 +266,11 @@ optgroup {
|
|||
background-color: $dark-bg2;
|
||||
}
|
||||
|
||||
.form-select:disabled {
|
||||
color: rgba($dark-font-color, 0.7);
|
||||
background-color: $dark-bg;
|
||||
}
|
||||
|
||||
.form-control, .form-select {
|
||||
border-color: $dark-border-color;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue