[themes] fix -> some components does not change their font color when disabled

This commit is contained in:
Vinicius Moreira
2020-11-27 18:53:52 -03:00
parent 453e7daeba
commit 828196e120
3 changed files with 12 additions and 0 deletions

View File

@@ -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");
}