mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-21 23:53:52 +00:00
fix: improve form-select disabled dark style
This commit is contained in:
parent
c45dab5a9a
commit
c971a9b7f9
|
@ -263,6 +263,10 @@
|
|||
background-size: 16px 12px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: right 0.75rem center;
|
||||
&:disabled {
|
||||
color: darken($fg-color, 30%);
|
||||
background: lighten($bg-dark, 10%);
|
||||
}
|
||||
}
|
||||
|
||||
.toast {
|
||||
|
|
Loading…
Reference in New Issue
Block a user