mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Qt: Fix Skyline's QSpinBox and QDoubleSpinBox buttons
This commit is contained in:
parent
fe8bcac270
commit
d345916241
2 changed files with 0 additions and 8 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue