mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00: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;
|
||||
}
|
||||
|
||||
QSpinBox::up-button, QSpinBox::down-button, QDoubleSpinBox::up-button, QDoubleSpinBox::down-button {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
QSpinBox:disabled, QDoubleSpinBox:disabled {
|
||||
color: #455971;
|
||||
background: #26293b;
|
||||
|
|
|
@ -482,10 +482,6 @@ QSpinBox:hover, QDoubleSpinBox:hover {
|
|||
color: #455971;
|
||||
}
|
||||
|
||||
QSpinBox::up-button, QSpinBox::down-button, QDoubleSpinBox::up-button, QDoubleSpinBox::down-button {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
QSpinBox:disabled, QDoubleSpinBox:disabled {
|
||||
background-color: #b3b3b3;
|
||||
color: #455971;
|
||||
|
|
Loading…
Add table
Reference in a new issue