mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-18 02:49:03 -06:00
Modified launcher checkboxes to have clearly defined check-indicators; (#228)
green indicates a check, whereas red does not.
This commit is contained in:
committed by
Alexander Bock
parent
dbe46b8134
commit
48e77f6106
@@ -82,14 +82,14 @@ QCheckBox::indicator {
|
||||
}
|
||||
QCheckBox::indicator::unchecked {
|
||||
border: 1px solid #5A5A5A;
|
||||
background: transparent;
|
||||
background: #a10000;
|
||||
}
|
||||
QCheckBox::indicator:unchecked:hover {
|
||||
border: 1px solid #DDDDDD;
|
||||
}
|
||||
QCheckBox::indicator::checked {
|
||||
border: 1px solid #AAAAAA;
|
||||
background: #666666;
|
||||
border: 1px solid #5A5A5A;
|
||||
background: #8dc73f;
|
||||
}
|
||||
QCheckBox::indicator:checked:hover {
|
||||
border: 1px solid #DDDDDD;
|
||||
|
||||
Reference in New Issue
Block a user