mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 06:24:15 +02:00
[themes] fix -> some components does not change their font color when disabled
This commit is contained in:
@@ -173,6 +173,10 @@ QMenu QPushButton:hover {
|
||||
color: @menu.item.selected.font.color;
|
||||
}
|
||||
|
||||
QComboBox:disabled {
|
||||
color: @disabled.color;
|
||||
}
|
||||
|
||||
QComboBox::down-arrow, QSpinBox::down-arrow {
|
||||
image: url("@style_dir/img/arrow_down.svg");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user