Skip to content

Commit

Permalink
Fix spinbox style
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricp committed Sep 21, 2018
1 parent 4178bdc commit 8c1868e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion qstyle.qss
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,18 @@ QCheckBox::indicator{
height: 9px;
}

QSpinBox {
color: #b1b1b1;
background-color: #323232;
border: 1px solid #b1b1b1;
}

QDoubleSpinBox {
color: #b1b1b1;
background-color: #323232;
border: 1px solid #b1b1b1;
}

QRadioButton::indicator
{
border-radius: 6px;
Expand All @@ -456,4 +468,4 @@ QCheckBox::indicator:checked
QCheckBox::indicator:disabled, QRadioButton::indicator:disabled
{
border: 1px solid #444;
}
}

0 comments on commit 8c1868e

Please sign in to comment.