mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 11:05:17 +00:00
Add "disabled" style for form controls
This commit is contained in:
parent
a27c65a86c
commit
c8a0174726
|
@ -159,6 +159,10 @@
|
|||
.form-control {
|
||||
color: $fg-color;
|
||||
background: $bg-dark;
|
||||
&:disabled {
|
||||
color: darken($fg-color, 30%);
|
||||
background: lighten($bg-dark, 10%);
|
||||
}
|
||||
}
|
||||
|
||||
.popover {
|
||||
|
|
Loading…
Reference in New Issue
Block a user