mirror of
https://github.com/huderlem/porymap.git
synced 2026-04-25 07:18:02 -05:00
Remove unnecessary color in default stylesheet
This commit is contained in:
parent
6d970c8a76
commit
0428563e67
|
|
@ -5,21 +5,12 @@
|
|||
using Qt::ArrowType do not change color when
|
||||
disabled, so we specify the color change ourselves.
|
||||
*/
|
||||
QToolButton {
|
||||
color: black;
|
||||
}
|
||||
QToolButton:disabled {
|
||||
color: gray;
|
||||
}
|
||||
QComboBox {
|
||||
color: black;
|
||||
}
|
||||
QComboBox:disabled {
|
||||
color: gray;
|
||||
}
|
||||
QAbstractSpinBox {
|
||||
color: black;
|
||||
}
|
||||
QAbstractSpinBox:disabled {
|
||||
color: gray;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user