aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/propertyeditor/Qt/specialCheckBox.css
blob: bcd93fb2caa8711e916f79c5e78435f009e6cb32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
QCheckBox {
     spacing: 2px;
     border-width: 2px;
     border-radius: 2px;
	 color: white;
 }
 
 QToolButton {
	color: white;
	font: bold;
	background: #707070;
 }

 QCheckBox::indicator {
     width: 13px;
     height: 13px;
 }
 QLabel {
     border  : 2px solid gray;
     border-radius: 10px;
     padding: 0 8px;
     background: yellow;
     selection-background-color: darkgray;
 }