ui: custom radio button style in indexing dialog

This commit is contained in:
Eberhard Graether
2018-04-29 23:38:21 +02:00
parent 9af5780c12
commit 633521b35e
@@ -2,6 +2,19 @@ QLabel, QCheckBox, QRadioButton {
color: white;
}
QRadioButton::indicator {
background: white;
border-radius: 6px;
border: 3px solid white;
width: 6px;
height: 6px;
margin-right: 5px;
}
QRadioButton::indicator:checked {
background: black;
}
#topHalf {
background: #007AC2;
border-top-left-radius: 15px;