mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 18:54:16 +02:00
[themes] fix -> some components does not change their font color when disabled
This commit is contained in:
@@ -20,6 +20,10 @@ QCheckBox::indicator:checked:disabled {
|
||||
image: url("@style_dir/img/checkbox_checked_disabled.svg");
|
||||
}
|
||||
|
||||
QLineEdit:disabled, QComboBox:disabled, QSpinBox:disabled {
|
||||
color: @disabled.color;
|
||||
}
|
||||
|
||||
QComboBox:focus, QSpinBox:focus, ManageWindow QComboBox:focus {
|
||||
border-color: @focus.border.color;
|
||||
color: @focus.border.color;
|
||||
|
||||
Reference in New Issue
Block a user