Qt: Fix Skyline's QSpinBox and QDoubleSpinBox buttons
This commit is contained in:
@@ -460,10 +460,6 @@ QSpinBox:hover, QDoubleSpinBox:hover {
|
|||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
QSpinBox::up-button, QSpinBox::down-button, QDoubleSpinBox::up-button, QDoubleSpinBox::down-button {
|
|
||||||
background: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
QSpinBox:disabled, QDoubleSpinBox:disabled {
|
QSpinBox:disabled, QDoubleSpinBox:disabled {
|
||||||
color: #455971;
|
color: #455971;
|
||||||
background: #26293b;
|
background: #26293b;
|
||||||
|
|||||||
@@ -482,10 +482,6 @@ QSpinBox:hover, QDoubleSpinBox:hover {
|
|||||||
color: #455971;
|
color: #455971;
|
||||||
}
|
}
|
||||||
|
|
||||||
QSpinBox::up-button, QSpinBox::down-button, QDoubleSpinBox::up-button, QDoubleSpinBox::down-button {
|
|
||||||
background: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
QSpinBox:disabled, QDoubleSpinBox:disabled {
|
QSpinBox:disabled, QDoubleSpinBox:disabled {
|
||||||
background-color: #b3b3b3;
|
background-color: #b3b3b3;
|
||||||
color: #455971;
|
color: #455971;
|
||||||
|
|||||||
Reference in New Issue
Block a user