-
Notifications
You must be signed in to change notification settings - Fork 4
/
microchip-stylesheet.qss
124 lines (104 loc) · 2.2 KB
/
microchip-stylesheet.qss
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
QWidget#widgetGraphicsBox{
background-color: #19262E;
}
QLabel#label_SETTINGS{
color: #F59719;
font-size: 16px;
font-type: "Sans Serif";
}
QLabel#labelROOM1{
color: rgb(255,255,255);
}
QLabel#labelROOM2{
color: rgb(255,255,255);
}
QLabel#labelROOM3{
color: rgb(255,255,255);
}
QWidget#PrefsSettings>QLabel{
color: rgb(255,255,255);
}
QWidget#ClimateSettings>QLabel{
color: rgb(255,255,255);
}
QWidget#LightingSettings>QLabel{
color: rgb(255,255,255);
}
QWidget#MediaSettings>QLabel{
color: rgb(255,255,255);
}
QWidget#SecuritySettings>QLabel{
color: rgb(255,255,255);
}
QWidget#ClimateSettings>QLineEdit{
background-color: rgb(0,0,0);
border: 1px solid black;
border-radius: 3px;
padding: 0 8px;
color: white;
}
QWidget#LightingSettings>QLineEdit{
background-color: rgb(0,0,0);
border: 1px solid black;
border-radius: 3px;
padding: 0 8px;
color: white;
}
QWidget#PrefsSettings>QLineEdit{
background-color: rgb(0,0,0);
border: 1px solid black;
border-radius: 3px;
padding: 0 8px;
color: white;
}
QWidget#MediaSettings>QLineEdit{
background-color: rgb(0,0,0);
border: 1px solid black;
border-radius: 3px;
padding: 0 8px;
color: white;
}
QWidget#SecuritySettings>QLineEdit{
background-color: rgb(0,0,0);
border: 1px solid black;
border-radius: 3px;
padding: 0 8px;
color: white;
}
QWidget#PrefsSettings>QComboBox{
background-color: rgb(0,0,0);
border: 1px solid black;
border-radius: 3px;
padding: 0 8px;
color: white;
}
QWidget#LightingSettings>QComboBox{
background-color: rgb(0,0,0);
border: 1px solid black;
border-radius: 3px;
padding: 0 8px;
color: white;
}
QWidget#PrefsSettings>QComboBox::drop-down{
width: 50;
}
QWidget#LightingSettings>QComboBox::drop-down{
width: 50;
}
QMainWindow{
background: #19262E;
background-color: #19262E;
alternate-background-color: #19262E;
}
QStackedWidget {
padding: 0px;
margin: 0px;
}
QPushButton {
background-color: transparent;
alternate-background-color: transparent;
}
QToolButton {
background-color: transparent;
alternate-background-color: transparent;
}