mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-21 18:22:33 +01:00
Qt: Fix Skyline's QSpinBox and QDoubleSpinBox buttons
This commit is contained in:
parent
fe8bcac270
commit
d345916241
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user