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