summaryrefslogtreecommitdiff
path: root/src/H2O/tabletmode.css
blob: 926827124b487ea5ddf8c92481dbab1743903bd2 (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
28
29
30
31
32
33
34
35
36
37
38
39
QWidget {
	font-size: 13pt;
}

.QPushButton {
	border: 0px;
	background-color: white;
	margin: 2px;
	padding: 10px;
}

QGroupBox {
	border: 0px;
	padding-top: 18px;
	padding-bottom: 2px;
	color: darkblue;
	font: bold;
	margin: 2px;
}

EditableToolbar > QToolButton:hover {
	border: 1px solid transparent;
	background: transparent;
	border-radius: 0px;
}

/*
#toolbar1 {
	qproperty-iconSize: 40px;
}
*/

QAbstractItemView#sections {
	qproperty-iconSize: 48px;
}

PreferencesDialog {
	qproperty-iconMode: true;
}