Refactor Button Styles for Consistency
This commit is contained in:
@@ -112,6 +112,23 @@ QCheckBox::indicator:checked {
|
|||||||
border: 2px solid #c90000;
|
border: 2px solid #c90000;
|
||||||
background: #c90000;
|
background: #c90000;
|
||||||
}
|
}
|
||||||
|
QRadioButton {
|
||||||
|
spacing: 5px;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
QRadioButton::indicator {
|
||||||
|
width: 18px;
|
||||||
|
height: 18px;
|
||||||
|
border-radius: 9px;
|
||||||
|
}
|
||||||
|
QRadioButton::indicator:unchecked {
|
||||||
|
border: 2px solid #666666;
|
||||||
|
background: #15181b;
|
||||||
|
}
|
||||||
|
QRadioButton::indicator:checked {
|
||||||
|
border: 2px solid #c90000;
|
||||||
|
background: #c90000;
|
||||||
|
}
|
||||||
QLabel {
|
QLabel {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user