Add QDoubleSpinBox styling
Updated themes - YoRHa by Ani - Kuroi (Dark) by Ani
This commit is contained in:
@@ -214,7 +214,7 @@ QComboBox::disabled {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Spin Boxes */
|
/* Spin Boxes */
|
||||||
QSpinBox {
|
QSpinBox, QDoubleSpinBox {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: 0.05em solid #4d4940;
|
border: 0.05em solid #4d4940;
|
||||||
border-radius: 0.10em;
|
border-radius: 0.10em;
|
||||||
|
|||||||
@@ -236,7 +236,8 @@ QPushButton::disabled {
|
|||||||
|
|
||||||
|
|
||||||
/* QSpinBox (Settings -> Emulator -> width/height) */
|
/* QSpinBox (Settings -> Emulator -> width/height) */
|
||||||
QSpinBox {
|
/* QDoubleSpinBox (Pads -> Mouse Acceleration -> x/y) */
|
||||||
|
QSpinBox, QDoubleSpinBox {
|
||||||
/* background: transparent; - This hits a weird bug in Qt where background flickers */
|
/* background: transparent; - This hits a weird bug in Qt where background flickers */
|
||||||
background-color: #b3ac98;
|
background-color: #b3ac98;
|
||||||
border: 0.05em solid #4d4940;
|
border: 0.05em solid #4d4940;
|
||||||
|
|||||||
Reference in New Issue
Block a user