Modified launcher checkboxes to have clearly defined check-indicators; (#228)

green indicates a check, whereas red does not.
This commit is contained in:
noahdasanaike
2017-02-13 16:12:35 -05:00
committed by Alexander Bock
parent dbe46b8134
commit 48e77f6106

View File

@@ -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;