mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-07-11 01:24:54 +02:00
Qt: use white checkmarks in Darker Style
This commit is contained in:
@@ -68,7 +68,8 @@ QCheckBox::indicator, QListWidget::indicator, QTreeWidget::indicator {
|
||||
margin-top: 0.0625em;
|
||||
}
|
||||
QCheckBox::indicator:checked, QListWidget::indicator::checked, QTreeWidget::indicator::checked {
|
||||
background-color: #FFF; /* White */
|
||||
background-color: #000; /* Black */
|
||||
image: url("GuiConfigs/check_mark_white.png");
|
||||
}
|
||||
QCheckBox::indicator:unchecked, QListWidget::indicator::unchecked, QTreeWidget::indicator::unchecked {
|
||||
background-color: #000; /* Black */
|
||||
@@ -86,13 +87,14 @@ QRadioButton::indicator {
|
||||
border-radius: 0.270em;
|
||||
}
|
||||
QRadioButton::indicator:checked {
|
||||
background-color: #FFF; /* Green */
|
||||
background-color: #000; /* Black */
|
||||
image: url("GuiConfigs/check_mark_white.png");
|
||||
}
|
||||
QRadioButton::indicator:unchecked {
|
||||
background-color: #000; /* Red */
|
||||
background-color: #000; /* Black */
|
||||
}
|
||||
QRadioButton::indicator::disabled {
|
||||
background-color: #af4949; /* Gray */
|
||||
background-color: #af4949; /* Red */
|
||||
}
|
||||
|
||||
/* Combo Boxes */
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
Reference in New Issue
Block a user