blob: 25443df3fb4104ab69c6fcdfec7b6ab23ee79a94 [file] [log] [blame]
Nicolas Jager97a21b42015-12-03 16:55:45 -05001QPushButton#acceptButton{
Nicolas Jager1ddb38d2016-01-20 11:11:49 -05002 background-color: #4caf50;
Nicolas Jager5e8c3822016-02-05 17:01:49 -05003 border-radius: 28px;
Nicolas Jager1ddb38d2016-01-20 11:11:49 -05004 border:solid 1px;
Edric Milaret627500d2015-03-27 16:41:40 -04005}
6
Nicolas Jager1ddb38d2016-01-20 11:11:49 -05007QPushButton#refuseButton, QPushButton#cancelButton{
8 background-color: #f44336;
Nicolas Jager5e8c3822016-02-05 17:01:49 -05009 border-radius: 28px;
Nicolas Jager1ddb38d2016-01-20 11:11:49 -050010 border:solid 1px;
Edric Milaret627500d2015-03-27 16:41:40 -040011}
12
Olivier SOLDANO47aa97f2017-04-04 10:40:00 -040013QPushButton#searchBtn:hover, QPushButton#acceptButton:hover{
Nicolas Jager1ddb38d2016-01-20 11:11:49 -050014 background-color: #5db761;
Edric Milaret627500d2015-03-27 16:41:40 -040015}
16
Olivier SOLDANO47aa97f2017-04-04 10:40:00 -040017QPushButton#searchBtn:pressed, QPushButton#acceptButton:pressed{
Nicolas Jager1ddb38d2016-01-20 11:11:49 -050018 background-color: #449d48;
19}
20
21QPushButton#refuseButton:hover, QPushButton#cancelButton:hover{
22 background-color: #f5554a;
23}
24
25QPushButton#refuseButton:pressed, QPushButton#cancelButton:pressed{
26 background-color: #db3c30;
27}
28
29QWidget#callInvitePage, QWidget#outboundCallPage{
Nicolas Jager74fe46f2016-02-29 14:55:09 -050030 background-color : rgb(77, 77, 77);
Nicolas Jager6cdeba92016-03-05 18:05:53 -050031 background-image : url(:/images/background-dark.png);
32 background-repeat : repeat-x;
33 background-position: bottom;
Edric Milaret627500d2015-03-27 16:41:40 -040034}
35
Nicolas Jager97a21b42015-12-03 16:55:45 -050036IdLabel{
37 border-style: solid;
38 border-width: 1px;
39 border-color: rgb(0, 192, 212);
Edric Milaret627500d2015-03-27 16:41:40 -040040}
41
Nicolas Jagerb98066a2016-01-15 12:10:08 -050042RingContactLineEdit{
Nicolas Jager97a21b42015-12-03 16:55:45 -050043 border-color: rgb(242, 242, 242);
44 border-radius: 5px;
45 border-width: 2px;
46 background-color: rgb(242, 242, 242);
Edric Milaret627500d2015-03-27 16:41:40 -040047}
48
Nicolas Jager74fe46f2016-02-29 14:55:09 -050049QScrollBar:vertical, QScrollBar:horizontal{
Nicolas Jager97a21b42015-12-03 16:55:45 -050050 background:white; width:0px;
Edric Milaret627500d2015-03-27 16:41:40 -040051}
52
Nicolas Jager74fe46f2016-02-29 14:55:09 -050053QScrollBar::handle:vertical, QScrollBar::handle:horizontal{
54 background: rgb(255, 255, 255);
Edric Milaret627500d2015-03-27 16:41:40 -040055}
56
Nicolas Jager0a9fc602016-03-11 18:35:42 -050057SmartList{
Edric Milareta0ebd062016-01-13 12:18:23 -050058 background-color: white;
59 border: none;
60}
61
Nicolas Jager74fe46f2016-02-29 14:55:09 -050062QListView#accountView::item{
63 height: 40px;
64}
65
66QListView#audioCodecView, QListView#videoCodecView, QListView#cipherListView{
67 background-color: transparent;
68 border: 2px solid rgb(77, 77, 77);
69}
70
71QListView#audioCodecView::item, QListView#videoCodecView::item, QListView#cipherListView::item, QListView#listMessageView::item{
72 height: 30px;
73 font: 30px;
74
75}
76
77QListView#audioCodecView::indicator, QListView#videoCodecView::indicator, QListView#accountView::indicator,
78QListView#cipherListView::indicator{
79 height : 12 px;
80 width : 12 px;
81 border: 2px solid rgb(77, 77, 77);
82 border-radius: 4px;
83 background: none;
84}
85
86QListView#audioCodecView::indicator:checked, QListView#videoCodecView::indicator:checked,
87QListView#accountView::indicator:checked, QListView#cipherListView::indicator:checked{
88 border-color: #34acbd;
89 background: #34acbd;
90 image: url(":/images/icons/ic_check_white_18dp_2x.png");
91}
92
93QListView#audioCodecView::item:selected, QListView#videoCodecView::item:selected,
94QListView#cipherListView::item:selected{
95 background-color: rgba(220, 220, 220, 255);
Nicolas Jager032c0002016-02-18 16:38:09 -050096 border: none;
Edric Milareta0ebd062016-01-13 12:18:23 -050097}
98
Nicolas Jager74fe46f2016-02-29 14:55:09 -050099QListView#audioCodecView::item:hover, QListView#videoCodecView::item:hover, QListView#cipherListView::item:hover{
100 background-color: rgba(229, 229, 229, 255);
101 border-radius: 18px;
102}
103
104QListView#cipherListView::item:disabled
105{
106 background-color: transparent;
107}
108
Anthony Léonardd47179c2017-03-28 10:39:10 -0400109QListView#contactReqList
110{
111 border: none;
112}
113
Anthony Léonardf95f7f62017-04-04 11:01:51 -0400114SmartList::item:selected, QListView#accountView::item:selected, QListView#contactView::item:selected,
115QListView#contactReqList::item:selected{
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500116 background-color: rgba(220, 220, 220, 255);
117 border: none;
118}
119
Anthony Léonardf95f7f62017-04-04 11:01:51 -0400120SmartList::item:hover, QListView#accountView::item:hover, QListView#contactView::item:hover,
121QListView#contactReqList::item:hover{
Nicolas Jagerd0b33752016-01-17 00:00:40 -0500122 background-color: rgba(242, 242, 242, 255);
Edric Milareta0ebd062016-01-13 12:18:23 -0500123}
124
Nicolas Jagerb98066a2016-01-15 12:10:08 -0500125QListView#listMessageView::item:hover{
Nicolas Jagerd0b33752016-01-17 00:00:40 -0500126 background-color: rgba(229, 229, 229, 255);
127 border-radius: 18px;
128}
129
130QListView#listMessageView{
131 background: rgb(242, 242, 242);
132 border-top: 1px solid rgb(229, 229, 229);
133}
134
Nicolas Jager0a9fc602016-03-11 18:35:42 -0500135QLineEdit#messageEdit, QLineEdit#imMessageEdit{
Nicolas Jagerd0b33752016-01-17 00:00:40 -0500136 border-color: rgb(0, 192, 212);
137 border-radius: 5px;
138 border-width: 1px;
139 border-style: outset;
140 background-color: rgb(255, 255, 255);
Edric Milaret816cc902015-10-21 10:59:34 -0400141}
142
Nicolas Jager0a9fc602016-03-11 18:35:42 -0500143QLineEdit#numberBar{
144 border-color: rgba(0, 192, 212, 0.6);
145 border-radius: 5px;
146 border-width: 2px;
147 border-style: outset;
148 background-color: rgba(255, 255, 255, 0.8)
149}
150
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500151QPushButton#holdButton, QPushButton#chatButton, QPushButton#noMicButton, QPushButton#noVideoButton,
Edric Milareta5fe70f2016-02-05 15:03:31 -0500152QPushButton#transferButton, QPushButton#addPersonButton, QPushButton#joinButton,
153QPushButton#qualityButton, QPushButton#recButton{
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500154 background-color: rgba(0, 0, 0, 140);
155 border-radius: 18px;
156 border:solid 1px;
Edric Milaret627500d2015-03-27 16:41:40 -0400157}
158
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500159QPushButton#holdButton:hover, QPushButton#chatButton:hover, QPushButton#noMicButton:hover,
160QPushButton#noVideoButton:hover, QPushButton#transferButton:hover, QPushButton#addPersonButton:hover,
161QPushButton#joinButton:hover, QPushButton#qualityButton:hover, QPushButton#addToContactButton:hover,
162QPushButton#recButton:hover{
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500163 background-color: rgba(0, 192, 213, 0.6);
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500164}
165
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500166QPushButton#holdButton:pressed, QPushButton#chatButton:pressed, QPushButton#noMicButton:pressed,
167QPushButton#noVideoButton:pressed, QPushButton#transferButton:pressed, QPushButton#addPersonButton:pressed,
168QPushButton#joinButton:pressed, QPushButton#qualityButton:pressed, QPushButton#addToContactButton:pressed,
169QPushButton#recButton:pressed{
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500170 background-color: rgba(0, 192, 213, 0.8);
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500171}
172
Edric Milareta5fe70f2016-02-05 15:03:31 -0500173QPushButton#holdButton:checked, QPushButton#noMicButton:checked,
174QPushButton#noVideoButton:checked, QPushButton#recButton:checked,
175QPushButton#chatButton:checked{
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500176 background-color: rgba(0, 192, 213, 0.8);
Edric Milaret627500d2015-03-27 16:41:40 -0400177}
178
Nicolas Jagerb98066a2016-01-15 12:10:08 -0500179QPushButton#hangupButton{
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500180 background-color: rgba(200, 0, 0, 0.6);
181 border-radius: 18px;
182 border:solid 1px;
Edric Milaret627500d2015-03-27 16:41:40 -0400183}
184
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500185QPushButton#hangupButton:hover{
186 background-color: rgba(255, 0, 0, 0.6);
Edric Milaret627500d2015-03-27 16:41:40 -0400187}
188
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500189QPushButton#hangupButton:pressed{
190 background-color: rgba(255, 0, 0, 0.8);
Edric Milaret12353822015-05-14 14:41:09 -0400191}
Edric Milareta0ebd062016-01-13 12:18:23 -0500192
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500193QPushButton#exitSettingsButton, QPushButton#settingsButton, QPushButton#addToContactButton,
Anthony Léonardd47179c2017-03-28 10:39:10 -0400194QPushButton#imBackButton, QPushButton#sendCRBackButton, QPushButton#copyCMButton, QPushButton#pendingCRBackButton{
Nicolas Jager032c0002016-02-18 16:38:09 -0500195 background-color: #414141;
196 border-radius: 15px;
197 border:solid 1px;
Edric Milareta0ebd062016-01-13 12:18:23 -0500198}
Edric Milaret864a2052016-01-14 15:45:03 -0500199
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500200QPushButton#exitSettingsButton:hover, QPushButton#settingsButton:hover, QPushButton#imBackButton:hover,
Anthony Léonardd47179c2017-03-28 10:39:10 -0400201QPushButton#sendCRBackButton:hover, QPushButton#copyCMButton:hover, QPushButton#pendingCRBackButton:hover{
Nicolas Jager032c0002016-02-18 16:38:09 -0500202 background-color: #515151;
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500203}
204
Olivier SOLDANO9657fd12017-03-27 16:06:53 -0400205QPushButton#exitSettingsButton:pressed, QPushButton#settingsButton:pressed, QPushButton#imBackButton:pressed,
Anthony Léonardd47179c2017-03-28 10:39:10 -0400206QPushButton#sendCRBackButton:pressed, QPushButton#copyCMButton:pressed, QPushButton#pendingCRBackButton:pressed{
Nicolas Jager032c0002016-02-18 16:38:09 -0500207 background-color: #313131;
Edric Milaret864a2052016-01-14 15:45:03 -0500208}
Nicolas Jager540a5112016-01-15 15:54:34 -0500209
Edric Milaret1e598592016-09-02 10:10:01 -0400210QToolButton#qrButton, QToolButton#shareButton{
211 background-color: #3AC0D2;
212 border-radius: 15px;
213 border:solid 1px;
214}
215
216QToolButton#qrButton:hover, QToolButton#shareButton:hover{
217 background-color: #4dc6d6;
218}
219
220QToolButton#qrButton:pressed, QToolButton#shareButton:pressed{
221 background-color: #34acbd;
222}
223
224QToolButton#qrButton:checked {
225 background-color: #34acbd;
226}
227
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500228QPushButton#deleteAccountButton, QToolButton#addAccountButton{
229 background: transparent;
230}
231
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500232QPushButton#btnvideo{
Nicolas Jager032c0002016-02-18 16:38:09 -0500233 background-color: #3AC0D2;
234 border-radius: 15px;
235 border:solid 1px;
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500236}
237
Olivier SOLDANO47aa97f2017-04-04 10:40:00 -0400238QPushButton#searchBtn, QPushButton#btnComBarVideo,
Edric Milaret6a785af2016-03-07 15:39:30 -0500239QPushButton#sendButton, QPushButton#sendIMButton{
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500240 background-color: #3AC0D2;
241 border-radius: 15px;
242 border:solid 1px;
243}
244
Olivier SOLDANO47aa97f2017-04-04 10:40:00 -0400245QPushButton#searchBtn:hover, QPushButton#sendButton:hover,
Edric Milaret6a785af2016-03-07 15:39:30 -0500246QPushButton#sendIMButton:hover, QPushButton#btnComBarVideo:hover{
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500247 background-color: #4dc6d6;
248}
249
Olivier SOLDANO47aa97f2017-04-04 10:40:00 -0400250QPushButton#searchBtn:pressed, QPushButton#sendButton:pressed,
Edric Milaret6a785af2016-03-07 15:39:30 -0500251QPushButton#sendIMButton:pressed, QPushButton#btnComBarVideo:pressed{
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500252 background-color: #34acbd;
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500253}
254
Nicolas Jager540a5112016-01-15 15:54:34 -0500255QScrollBar:vertical{
256 background: rgb(242, 242, 242);
257 width:10px;
258}
259
260QScrollBar::handle:vertical{
261 background: rgb(77, 77, 77);
262}
Nicolas Jagerd0b33752016-01-17 00:00:40 -0500263
Olivier SOLDANOdd878662017-03-27 16:00:06 -0400264QDialog#WizardDialog, QWidget#welcomePage, QWidget#sendContactRequestPage{
Nicolas Jager6cdeba92016-03-05 18:05:53 -0500265 background: rgb(242, 242, 242);
266 background-image : url(:/images/background-light.png);
267 background-repeat : repeat-x;
268 background-position: bottom;
269}
270
Nicolas Jager0a9fc602016-03-11 18:35:42 -0500271QDialog#CallUtilsDialog, QDialog#QualityDialog{
272 background: transparent;
273}
274
275QWidget#roundedFrame{
276 background-color: rgba(250, 250, 250, 0.8);
277 border-color: rgba(25, 25, 25, 1.0);
278 border-radius: 8px;
279 border:solid 1px;
280}
281
282QWidget#spike{
283 background-color: rgba(250, 250, 250, 0.8);
284 border-color: rgba(25, 25, 25, 1.0);
285}
286
287QListView#contactView{
288 background: transparent;
289}
290
Anthony Léonard2fde81d2017-04-17 10:06:55 -0400291QWidget#messagingPage, QWidget#contactRequestPage{
Nicolas Jagerd0b33752016-01-17 00:00:40 -0500292 background: rgb(242, 242, 242);
293}
294
Anthony Léonard955b9572016-11-10 13:28:39 -0500295QPushButton#nextButton, QPushButton#playButton, QPushButton#clearHistoryButton, QPushButton#doTransferButton,
Edric Milaret57467842016-08-30 13:06:11 -0400296QPushButton#checkUpdateButton, QPushButton#photoButton, QPushButton#takePhotoButton, QPushButton#importButton,
297QPushButton#existingPushButton, QPushButton#newAccountButton, QPushButton#previousButton, QPushButton#exportButton,
Anthony Léonardaa90e1a2016-10-12 11:24:17 -0400298QPushButton#cancelAddButton, QPushButton#exportOnRingButton, QPushButton#addDeviceButton, QPushButton#exportEndedOkButton,
Olivier SOLDANOdd878662017-03-27 16:00:06 -0400299QPushButton#errorPushButton, QPushButton#registerButton, QPushButton#sendContactRequestPageButton,
Anthony Léonardd47179c2017-03-28 10:39:10 -0400300QPushButton#sendContactRequestButton, QPushButton#acceptCRButton, QPushButton#discardCRButton{
Nicolas Jager032c0002016-02-18 16:38:09 -0500301 background-color: #3AC0D2;
302 border: 0px;
303 color: white;
304 font: 14px;
Edric Milaret4097d2f2016-02-09 14:41:50 -0500305}
306
Anthony Léonard955b9572016-11-10 13:28:39 -0500307QPushButton#nextButton:hover, QPushButton#playButton:hover, QPushButton#clearHistoryButton:hover,
Olivier SOLDANO257e0682016-11-09 13:59:04 -0500308QPushButton#checkUpdateButton:hover, QPushButton#doTransferButton:hover, QPushButton#photoButton:hover,
Edric Milaret57467842016-08-30 13:06:11 -0400309QPushButton#takePhotoButton:hover, QPushButton#importButton:hover,
310QPushButton#existingPushButton:hover, QPushButton#newAccountButton:hover, QPushButton#previousButton:hover,
311QPushButton#exportButton:hover, QPushButton#cancelAddButton:hover, QPushButton#exportOnRingButton:hover,
Anthony Léonardaa90e1a2016-10-12 11:24:17 -0400312QPushButton#addDeviceButton:hover, QPushButton#exportEndedOkButton:hover, QPushButton#errorPushButton:hover,
Olivier SOLDANOdd878662017-03-27 16:00:06 -0400313QPushButton#registerButton:hover, QPushButton#sendContactRequestPageButton:hover,
Anthony Léonardd47179c2017-03-28 10:39:10 -0400314QPushButton#sendContactRequestButton:hover, QPushButton#acceptCRButton:hover, QPushButton#discardCRButton:hover{
Nicolas Jager032c0002016-02-18 16:38:09 -0500315 background-color: #4dc6d6;
Edric Milaret4097d2f2016-02-09 14:41:50 -0500316}
317
Anthony Léonard955b9572016-11-10 13:28:39 -0500318QPushButton#nextButton:pressed, QPushButton#playButton:pressed, QPushButton#clearHistoryButton:pressed,
Olivier SOLDANO257e0682016-11-09 13:59:04 -0500319QPushButton#checkUpdateButton:pressed, QPushButton#doTransferButton:pressed, QPushButton#photoButton:pressed,
Edric Milaret57467842016-08-30 13:06:11 -0400320QPushButton#takePhotoButton:pressed, QPushButton#importButton:pressed,
321QPushButton#existingPushButton:pressed, QPushButton#newAccountButton:pressed, QPushButton#previousButton:pressed,
322QPushButton#exportButton:pressed, QPushButton#cancelAddButton:pressed, QPushButton#exportOnRingButton:pressed,
Anthony Léonardaa90e1a2016-10-12 11:24:17 -0400323QPushButton#addDeviceButton:pressed, QPushButton#exportEndedOkButton:pressed, QPushButton#errorPushButton:pressed,
Olivier SOLDANOdd878662017-03-27 16:00:06 -0400324QPushButton#registerButton:pressed, QPushButton#sendContactRequestPageButton:pressed,
Anthony Léonardd47179c2017-03-28 10:39:10 -0400325QPushButton#sendContactRequestButton:pressed, QPushButton#acceptCRButton:pressed, QPushButton#discardCRButton:pressed{
Nicolas Jager032c0002016-02-18 16:38:09 -0500326 background-color: #34acbd;
327}
328
Anthony Léonard955b9572016-11-10 13:28:39 -0500329QLineEdit#usernameEdit:enabled, QLineEdit#passwordEdit:enabled, QLineEdit#confirmPasswordEdit:enabled,
330QLineEdit#pinEdit:enabled, QLineEdit#fullNameEdit:enabled{
Nicolas Jager032c0002016-02-18 16:38:09 -0500331 border-color: rgb(0, 192, 212);
332 border-radius: 5px;
333 border-width: 1px;
334 border-style: outset;
335 background-color: rgb(255, 255, 255);
336}
337
Anthony Léonard955b9572016-11-10 13:28:39 -0500338QLineEdit#usernameEdit:disabled, QLineEdit#passwordEdit:disabled, QLineEdit#confirmPasswordEdit:disabled,
339QLineEdit#pinEdit:disabled, QLineEdit#fullNameEdit:disabled{
Nicolas Jager032c0002016-02-18 16:38:09 -0500340 border-color: rgb(159, 157, 154);
341 border-radius: 5px;
342 border-width: 1px;
343 border-style: outset;
344 background-color: rgb(239, 235, 231);
Nicolas Jagerd0b33752016-01-17 00:00:40 -0500345}
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500346
347QComboBox{
348 background: transparent;
349 border-radius: 0px;
350 border-style: solid;
351 border-width: 2px;
352 border-color: #414141;
353 border-top: transparent;
354 border-left: transparent;
355 border-right: transparent;
356 font: 11pt "Sans Serif";
357 padding: 2px;
358}
359
360QComboBox:focus{
361 border-color: #3AC0D2;
362}
363
364QComboBox::down-arrow{
365 border-radius: 0px;
366 border-style: solid;
367 border-width: 2px;
368 height: 36;
369 width : 36;
370 image: url(":/images/icons/ic_arrow_drop_down_black_18dp_2x.png");
371}
372
373QComboBox::drop-down{
374 border-radius: 0px;
375 width: 36px;
376}
377
378QRadioButton::indicator{
379 width: 12px;
380 height: 12px;
381 border-radius: 8px;
382 border-width: 2px;
383 border-style: solid;
384}
385
386QRadioButton::indicator:unchecked{
387 border-color: rgb(77, 77, 77);
388 background: transparent;
389}
390
391QRadioButton::indicator:checked{
392 background: #3AC0D2;
393 border-color: #3AC0D2;
394 image: url(":/images/icons/ic_check_white_18dp_2x.png");
395}
396
397QWidget#horizontalWidget{
398 background: transparent;
399}
400
401
402QPushButton#generalTabButton, QPushButton#videoTabButton, QPushButton#accountTabButton{
403 background: transparent;
404 color: rgb(77, 77, 77);
405 border-radius: 0px;
406 border-style: solid;
407 border-width: 2px;
408 border-color: #414141;
409 border-top: transparent;
410 border-left: transparent;
411 border-right: transparent;
412 font: 12pt "Sans Serif";
413 padding: 2px;
414}
415
416QTabBar::tab{
417 background: transparent;
418 color: rgb(77, 77, 77);
419 border-radius: 0px;
420 border-style: solid;
421 border-width: 2px;
422 border-color: #414141;
423 border-top: transparent;
424 border-left: transparent;
425 border-right: transparent;
426 font: 12pt "Sans Serif";
427 padding: 2px;
428 width : 130px;
429 height: 20px;
430}
431
432QTabWidget::tab-bar{
433 alignment: center;
434}
435QTabBar QToolButton{
436 height: 9;
437 width : 9;
438 background: transparent;
439}
440
441QTabBar QToolButton::left-arrow{
442 height: 9;
443 width : 9;
444 image: url(":/images/icons/ic_arrow_tab_previous_black_9dp_2x.png");
445}
446
447QTabBar QToolButton::right-arrow{
448 height: 9;
449 width : 9;
450 image: url(":/images/icons/ic_arrow_tab_next_black_9dp_2x.png");
451}
452
453QPushButton#generalTabButton:checked, QPushButton#videoTabButton:checked, QPushButton#accountTabButton:checked,
454QTabBar::tab:selected{
455 border-color: #3AC0D2;
456}
457
458QTabWidget::pane{
459 border: 0px;
460}
461
462QPushButton#generalTabButton:hover, QPushButton#videoTabButton:hover, QPushButton#accountTabButton:hover,
463QTabBar::tab:hover{
464 border-color:#4dc6d6;
465}
466
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500467QSpinBox#historyDaySettingsSpinBox, QSpinBox#lrcfg_tlsNegotiationTimeoutSec, QSpinBox#lrcfg_registrationExpire,
468QSpinBox#lrcfg_localPort, QSpinBox#lrcfg_publishedPort, QSpinBox#lrcfg_audioPortMin, QSpinBox#lrcfg_audioPortMax,
Nicolas Jager68d5ed12016-03-10 13:50:44 -0500469QSpinBox#lrcfg_videoPortMin, QSpinBox#lrcfg_videoPortMax, QSpinBox#intervalUpdateCheckSpinBox{
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500470 background: transparent;
471 border-radius: 0px;
472 border-style: solid;
473 border-width: 2px;
474 border-color: #414141;
475 border-top: transparent;
476 border-left: transparent;
477 border-right: transparent;
478 font: 11pt "Sans Serif";
479 padding: 2px;
480}
481
482QSpinBox#historyDaySettingsSpinBox:focus, QSpinBox#lrcfg_tlsNegotiationTimeoutSec:focus,
483QSpinBox#lrcfg_registrationExpire:focus, QSpinBox#lrcfg_localPort:focus, QSpinBox#lrcfg_publishedPort:focus,
484QSpinBox#lrcfg_audioPortMin:focus, QSpinBox#lrcfg_audioPortMax:focus, QSpinBox#lrcfg_videoPortMin:focus,
485QSpinBox#lrcfg_videoPortMax:focus{
486 border-color: #3AC0D2;
487}
488
489QCheckBox::indicator{
490 height : 12 px;
491 width : 12 px;
492 border: 2px solid rgb(77, 77, 77);
493 border-radius: 4px;
494 background: none;
495}
496
497QCheckBox::indicator:checked{
498 border-color: #34acbd;
499 background: #34acbd;
500 image: url(":/images/icons/ic_check_white_18dp_2x.png");
501}
502
503QSpinBox::down-button{
504 height: 9;
505 width : 9;
Nicolas Jager68d5ed12016-03-10 13:50:44 -0500506 image: url(":/images/icons/ic_arrow_drop_down_black_9dp_2x.png");
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500507}
508
509QSpinBox::up-button{
510 height: 9;
511 width : 9;
Nicolas Jager68d5ed12016-03-10 13:50:44 -0500512 image: url(":/images/icons/ic_arrow_drop_up_black_9dp_2x.png");
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500513}
514
515QLineEdit#lrcfg_alias, QLineEdit#lrcfg_hostname, QLineEdit#lrcfg_password, QLineEdit#lrcfg_proxy,
516QLineEdit#lrcfg_mailbox, QLineEdit#lrcfg_tlsPassword, QLineEdit#lrcfg_tlsServerName,
517QLineEdit#lrcfg_turnServerRealm, QLineEdit#lrcfg_turnServerUsername, QLineEdit#lrcfg_turnServerPassword,
Anthony Léonard5107a692016-11-04 13:20:37 -0400518QLineEdit#lrcfg_turnServer, QLineEdit#lrcfg_publishedAddress, QLineEdit#lrcfg_registeredName,
Olivier SOLDANO9657fd12017-03-27 16:06:53 -0400519QLineEdit#lrcfg_nameServiceURL, QLineEdit#lrcfg_username, QLineEdit#profileNameEdit{
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500520 background: transparent;
521 border-radius: 0px;
522 border-style: solid;
523 border-width: 2px;
524 border-color: #414141;
525 border-top: transparent;
526 border-left: transparent;
527 border-right: transparent;
528 font: 11pt "Sans Serif";
529 padding: 2px;
530}
531
Edric Milaret9d877ab2016-04-11 11:15:56 -0400532QLabel#typeValueLabel{
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500533 background: transparent;
534 font: 11pt "Sans Serif";
535 border-radius: 0px;
536 padding: 2px;
537}
538
539QLineEdit#lrcfg_alias:focus, QLineEdit#lrcfg_hostname:focus, QLineEdit#lrcfg_password:focus,
540QLineEdit#lrcfg_proxy:focus, QLineEdit#lrcfg_mailbox:focus, QLineEdit#lrcfg_tlsPassword:focus,
541QLineEdit#lrcfg_tlsServerName:focus, QLineEdit#lrcfg_turnServerRealm:focus, QLineEdit#lrcfg_turnServerUsername:focus,
Edric Milaret9d877ab2016-04-11 11:15:56 -0400542QLineEdit#lrcfg_turnServerPassword:focus, QLineEdit#lrcfg_turnServer:focus, QLineEdit#lrcfg_publishedAddress:focus,
Olivier SOLDANO9657fd12017-03-27 16:06:53 -0400543QLineEdit#lrcfg_registeredName:focus, QLineEdit#lrcfg_nameServiceURL:focus, QLineEdit#lrcfg_username:focus,
544QLineEdit#profileNameEdit:focus{
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500545 border-color: #3AC0D2;
546}
547
548QTabWidget#tabWidget{
549 border-color: transparent;
550}
551
552QPushButton#upAudioButton, QPushButton#downAudioButton, QPushButton#upVideoButton, QPushButton#downVideoButton{
553 background: transparent;
554}
555
Edric Milaret25236d92016-03-28 09:40:58 -0400556QPushButton#avatarButton:hover {
557 border: 2px solid rgb(77, 77, 77);
Anthony Léonard955b9572016-11-10 13:28:39 -0500558 border-radius: 50px;
Edric Milaret25236d92016-03-28 09:40:58 -0400559}
560
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500561QWidget#leftPannel{
562 background: white;
563}
564
565QSlider::groove:vertical{
566 background: red;
567 position: absolute; /* absolutely position 4px from the left and right of the widget. setting margins on the widget should work too... */
568 width:2px;
569}
570
571QSlider::handle:vertical{
572 height: 10px;
573 background: #3AC0D2;
574 border-radius: 5px;
575 margin: 0 -4px;
576}
577
578QSlider::sub-page:vertical{
579 background: #777777;
580}
581
582QSlider::add-page:vertical{
583 background: #3AC0D2;
584}
Edric Milarete19c4cd2016-02-12 10:19:44 -0500585
586QToolButton::menu-button {image:none;}
587
588QToolButton::menu-arrow {image:none;}