blob: 0611ca8459dc50b7e0608f0a58f3ee6773547ba9 [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
Olivier SOLDANO69361192017-04-20 10:32:05 -040057SmartList, ContactRequestListWidget{
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éonardf95f7f62017-04-04 11:01:51 -0400109SmartList::item:selected, QListView#accountView::item:selected, QListView#contactView::item:selected,
Olivier SOLDANO5d4a1ff2017-05-08 13:12:47 -0400110QTreeView#contactRequestList::item:selected, QListView#BannedList::item:selected{
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500111 background-color: rgba(220, 220, 220, 255);
112 border: none;
113}
114
Anthony Léonardf95f7f62017-04-04 11:01:51 -0400115SmartList::item:hover, QListView#accountView::item:hover, QListView#contactView::item:hover,
Olivier SOLDANO5d4a1ff2017-05-08 13:12:47 -0400116QTreeView#contactRequestList::item:hover, QListView#BannedList::item:hover{
Nicolas Jagerd0b33752016-01-17 00:00:40 -0500117 background-color: rgba(242, 242, 242, 255);
Edric Milareta0ebd062016-01-13 12:18:23 -0500118}
119
Nicolas Jagerb98066a2016-01-15 12:10:08 -0500120QListView#listMessageView::item:hover{
Nicolas Jagerd0b33752016-01-17 00:00:40 -0500121 background-color: rgba(229, 229, 229, 255);
122 border-radius: 18px;
123}
124
125QListView#listMessageView{
126 background: rgb(242, 242, 242);
127 border-top: 1px solid rgb(229, 229, 229);
128}
129
Nicolas Jager0a9fc602016-03-11 18:35:42 -0500130QLineEdit#messageEdit, QLineEdit#imMessageEdit{
Nicolas Jagerd0b33752016-01-17 00:00:40 -0500131 border-color: rgb(0, 192, 212);
132 border-radius: 5px;
133 border-width: 1px;
134 border-style: outset;
135 background-color: rgb(255, 255, 255);
Edric Milaret816cc902015-10-21 10:59:34 -0400136}
137
Nicolas Jager0a9fc602016-03-11 18:35:42 -0500138QLineEdit#numberBar{
139 border-color: rgba(0, 192, 212, 0.6);
140 border-radius: 5px;
141 border-width: 2px;
142 border-style: outset;
143 background-color: rgba(255, 255, 255, 0.8)
144}
145
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500146QPushButton#holdButton, QPushButton#chatButton, QPushButton#noMicButton, QPushButton#noVideoButton,
Edric Milareta5fe70f2016-02-05 15:03:31 -0500147QPushButton#transferButton, QPushButton#addPersonButton, QPushButton#joinButton,
148QPushButton#qualityButton, QPushButton#recButton{
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500149 background-color: rgba(0, 0, 0, 140);
150 border-radius: 18px;
151 border:solid 1px;
Edric Milaret627500d2015-03-27 16:41:40 -0400152}
153
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500154QPushButton#holdButton:hover, QPushButton#chatButton:hover, QPushButton#noMicButton:hover,
155QPushButton#noVideoButton:hover, QPushButton#transferButton:hover, QPushButton#addPersonButton:hover,
156QPushButton#joinButton:hover, QPushButton#qualityButton:hover, QPushButton#addToContactButton:hover,
157QPushButton#recButton:hover{
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500158 background-color: rgba(0, 192, 213, 0.6);
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500159}
160
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500161QPushButton#holdButton:pressed, QPushButton#chatButton:pressed, QPushButton#noMicButton:pressed,
162QPushButton#noVideoButton:pressed, QPushButton#transferButton:pressed, QPushButton#addPersonButton:pressed,
163QPushButton#joinButton:pressed, QPushButton#qualityButton:pressed, QPushButton#addToContactButton:pressed,
164QPushButton#recButton:pressed{
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500165 background-color: rgba(0, 192, 213, 0.8);
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500166}
167
Edric Milareta5fe70f2016-02-05 15:03:31 -0500168QPushButton#holdButton:checked, QPushButton#noMicButton:checked,
169QPushButton#noVideoButton:checked, QPushButton#recButton:checked,
170QPushButton#chatButton:checked{
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500171 background-color: rgba(0, 192, 213, 0.8);
Edric Milaret627500d2015-03-27 16:41:40 -0400172}
173
Nicolas Jagerb98066a2016-01-15 12:10:08 -0500174QPushButton#hangupButton{
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500175 background-color: rgba(200, 0, 0, 0.6);
176 border-radius: 18px;
177 border:solid 1px;
Edric Milaret627500d2015-03-27 16:41:40 -0400178}
179
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500180QPushButton#hangupButton:hover{
181 background-color: rgba(255, 0, 0, 0.6);
Edric Milaret627500d2015-03-27 16:41:40 -0400182}
183
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500184QPushButton#hangupButton:pressed{
185 background-color: rgba(255, 0, 0, 0.8);
Edric Milaret12353822015-05-14 14:41:09 -0400186}
Edric Milareta0ebd062016-01-13 12:18:23 -0500187
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500188QPushButton#exitSettingsButton, QPushButton#settingsButton, QPushButton#addToContactButton,
Olivier SOLDANO2bcdfd72017-05-02 14:37:19 -0400189QPushButton#imBackButton, QPushButton#sendCRBackButton, QPushButton#copyCMButton, QPushButton#pendingCRBackButton,
190QPushButton#videoBackBtn, QPushButton#videoCfgBtn{
Nicolas Jager032c0002016-02-18 16:38:09 -0500191 background-color: #414141;
192 border-radius: 15px;
193 border:solid 1px;
Edric Milareta0ebd062016-01-13 12:18:23 -0500194}
Edric Milaret864a2052016-01-14 15:45:03 -0500195
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500196QPushButton#exitSettingsButton:hover, QPushButton#settingsButton:hover, QPushButton#imBackButton:hover,
Olivier SOLDANO2bcdfd72017-05-02 14:37:19 -0400197QPushButton#sendCRBackButton:hover, QPushButton#copyCMButton:hover, QPushButton#pendingCRBackButton:hover,
198QPushButton#videoBackBtn:hover, QPushButton#videoCfgBtn:hover{
Nicolas Jager032c0002016-02-18 16:38:09 -0500199 background-color: #515151;
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500200}
201
Olivier SOLDANO9657fd12017-03-27 16:06:53 -0400202QPushButton#exitSettingsButton:pressed, QPushButton#settingsButton:pressed, QPushButton#imBackButton:pressed,
Olivier SOLDANO2bcdfd72017-05-02 14:37:19 -0400203QPushButton#sendCRBackButton:pressed, QPushButton#copyCMButton:pressed, QPushButton#pendingCRBackButton:pressed,
204QPushButton#videoBackBtn:pressed, QPushButton#videoCfgBtn:pressed{
Nicolas Jager032c0002016-02-18 16:38:09 -0500205 background-color: #313131;
Edric Milaret864a2052016-01-14 15:45:03 -0500206}
Nicolas Jager540a5112016-01-15 15:54:34 -0500207
Edric Milaret1e598592016-09-02 10:10:01 -0400208QToolButton#qrButton, QToolButton#shareButton{
209 background-color: #3AC0D2;
210 border-radius: 15px;
211 border:solid 1px;
212}
213
214QToolButton#qrButton:hover, QToolButton#shareButton:hover{
215 background-color: #4dc6d6;
216}
217
218QToolButton#qrButton:pressed, QToolButton#shareButton:pressed{
219 background-color: #34acbd;
220}
221
222QToolButton#qrButton:checked {
223 background-color: #34acbd;
224}
225
Olivier SOLDANO9b7e80d2017-05-04 16:06:01 -0400226QPushButton#deleteAccountBtn, QToolButton#addAccountButton{
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500227 background: transparent;
228}
229
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500230QPushButton#btnvideo{
Nicolas Jager032c0002016-02-18 16:38:09 -0500231 background-color: #3AC0D2;
232 border-radius: 15px;
233 border:solid 1px;
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500234}
235
Olivier SOLDANO47aa97f2017-04-04 10:40:00 -0400236QPushButton#searchBtn, QPushButton#btnComBarVideo,
Edric Milaret6a785af2016-03-07 15:39:30 -0500237QPushButton#sendButton, QPushButton#sendIMButton{
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500238 background-color: #3AC0D2;
239 border-radius: 15px;
240 border:solid 1px;
241}
242
Olivier SOLDANO47aa97f2017-04-04 10:40:00 -0400243QPushButton#searchBtn:hover, QPushButton#sendButton:hover,
Edric Milaret6a785af2016-03-07 15:39:30 -0500244QPushButton#sendIMButton:hover, QPushButton#btnComBarVideo:hover{
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500245 background-color: #4dc6d6;
246}
247
Olivier SOLDANO47aa97f2017-04-04 10:40:00 -0400248QPushButton#searchBtn:pressed, QPushButton#sendButton:pressed,
Edric Milaret6a785af2016-03-07 15:39:30 -0500249QPushButton#sendIMButton:pressed, QPushButton#btnComBarVideo:pressed{
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500250 background-color: #34acbd;
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500251}
252
Nicolas Jager540a5112016-01-15 15:54:34 -0500253QScrollBar:vertical{
254 background: rgb(242, 242, 242);
255 width:10px;
256}
257
258QScrollBar::handle:vertical{
259 background: rgb(77, 77, 77);
260}
Nicolas Jagerd0b33752016-01-17 00:00:40 -0500261
Olivier SOLDANO9b7e80d2017-05-04 16:06:01 -0400262QDialog#WizardDialog, QWidget#welcomePage, QWidget#sendContactRequestPage,
263QDialog#DeleteAccountDialog{
Nicolas Jager6cdeba92016-03-05 18:05:53 -0500264 background: rgb(242, 242, 242);
265 background-image : url(:/images/background-light.png);
266 background-repeat : repeat-x;
267 background-position: bottom;
268}
269
Nicolas Jager0a9fc602016-03-11 18:35:42 -0500270QDialog#CallUtilsDialog, QDialog#QualityDialog{
271 background: transparent;
272}
273
274QWidget#roundedFrame{
275 background-color: rgba(250, 250, 250, 0.8);
276 border-color: rgba(25, 25, 25, 1.0);
277 border-radius: 8px;
278 border:solid 1px;
279}
280
281QWidget#spike{
282 background-color: rgba(250, 250, 250, 0.8);
283 border-color: rgba(25, 25, 25, 1.0);
284}
285
286QListView#contactView{
287 background: transparent;
288}
289
Anthony Léonard2fde81d2017-04-17 10:06:55 -0400290QWidget#messagingPage, QWidget#contactRequestPage{
Nicolas Jagerd0b33752016-01-17 00:00:40 -0500291 background: rgb(242, 242, 242);
292}
293
Anthony Léonard955b9572016-11-10 13:28:39 -0500294QPushButton#nextButton, QPushButton#playButton, QPushButton#clearHistoryButton, QPushButton#doTransferButton,
Edric Milaret57467842016-08-30 13:06:11 -0400295QPushButton#checkUpdateButton, QPushButton#photoButton, QPushButton#takePhotoButton, QPushButton#importButton,
296QPushButton#existingPushButton, QPushButton#newAccountButton, QPushButton#previousButton, QPushButton#exportButton,
Anthony Léonardaa90e1a2016-10-12 11:24:17 -0400297QPushButton#cancelAddButton, QPushButton#exportOnRingButton, QPushButton#addDeviceButton, QPushButton#exportEndedOkButton,
Olivier SOLDANOdd878662017-03-27 16:00:06 -0400298QPushButton#errorPushButton, QPushButton#registerButton, QPushButton#sendContactRequestPageButton,
Olivier SOLDANO9b7e80d2017-05-04 16:06:01 -0400299QPushButton#sendContactRequestButton, QPushButton#acceptCRButton, QPushButton#discardCRButton, QPushButton#deleteCancelBtn{
Nicolas Jager032c0002016-02-18 16:38:09 -0500300 background-color: #3AC0D2;
301 border: 0px;
302 color: white;
303 font: 14px;
Edric Milaret4097d2f2016-02-09 14:41:50 -0500304}
305
Olivier SOLDANO5d4a1ff2017-05-08 13:12:47 -0400306QPushButton#blockCRButton, QPushButton#deleteAcceptBtn, QPushButton#debanButton{
Anthony Léonarddd9fb6a2017-04-26 10:25:48 -0400307 background-color: rgb(251, 72, 71);
308 border: 0px;
309 color: white;
310 font: 14px;
311}
312
Anthony Léonard955b9572016-11-10 13:28:39 -0500313QPushButton#nextButton:hover, QPushButton#playButton:hover, QPushButton#clearHistoryButton:hover,
Olivier SOLDANO257e0682016-11-09 13:59:04 -0500314QPushButton#checkUpdateButton:hover, QPushButton#doTransferButton:hover, QPushButton#photoButton:hover,
Edric Milaret57467842016-08-30 13:06:11 -0400315QPushButton#takePhotoButton:hover, QPushButton#importButton:hover,
316QPushButton#existingPushButton:hover, QPushButton#newAccountButton:hover, QPushButton#previousButton:hover,
317QPushButton#exportButton:hover, QPushButton#cancelAddButton:hover, QPushButton#exportOnRingButton:hover,
Anthony Léonardaa90e1a2016-10-12 11:24:17 -0400318QPushButton#addDeviceButton:hover, QPushButton#exportEndedOkButton:hover, QPushButton#errorPushButton:hover,
Olivier SOLDANOdd878662017-03-27 16:00:06 -0400319QPushButton#registerButton:hover, QPushButton#sendContactRequestPageButton:hover,
Olivier SOLDANO9b7e80d2017-05-04 16:06:01 -0400320QPushButton#sendContactRequestButton:hover, QPushButton#acceptCRButton:hover, QPushButton#discardCRButton:hover,
321QPushButton#deleteCancelBtn:hover{
Nicolas Jager032c0002016-02-18 16:38:09 -0500322 background-color: #4dc6d6;
Edric Milaret4097d2f2016-02-09 14:41:50 -0500323}
324
Olivier SOLDANO5d4a1ff2017-05-08 13:12:47 -0400325QPushButton#blockCRButton:hover, QPushButton#deleteAcceptBtn:hover, QPushButton#debanButton:hover{
Anthony Léonarddd9fb6a2017-04-26 10:25:48 -0400326 background-color: rgb(252, 91, 90);
327}
328
329
Anthony Léonard955b9572016-11-10 13:28:39 -0500330QPushButton#nextButton:pressed, QPushButton#playButton:pressed, QPushButton#clearHistoryButton:pressed,
Olivier SOLDANO257e0682016-11-09 13:59:04 -0500331QPushButton#checkUpdateButton:pressed, QPushButton#doTransferButton:pressed, QPushButton#photoButton:pressed,
Edric Milaret57467842016-08-30 13:06:11 -0400332QPushButton#takePhotoButton:pressed, QPushButton#importButton:pressed,
333QPushButton#existingPushButton:pressed, QPushButton#newAccountButton:pressed, QPushButton#previousButton:pressed,
334QPushButton#exportButton:pressed, QPushButton#cancelAddButton:pressed, QPushButton#exportOnRingButton:pressed,
Anthony Léonardaa90e1a2016-10-12 11:24:17 -0400335QPushButton#addDeviceButton:pressed, QPushButton#exportEndedOkButton:pressed, QPushButton#errorPushButton:pressed,
Olivier SOLDANOdd878662017-03-27 16:00:06 -0400336QPushButton#registerButton:pressed, QPushButton#sendContactRequestPageButton:pressed,
Olivier SOLDANO9b7e80d2017-05-04 16:06:01 -0400337QPushButton#sendContactRequestButton:pressed, QPushButton#acceptCRButton:pressed, QPushButton#discardCRButton:pressed,
338QPushButton#deleteCancelBtn:pressed{
Nicolas Jager032c0002016-02-18 16:38:09 -0500339 background-color: #34acbd;
340}
Olivier SOLDANO5d4a1ff2017-05-08 13:12:47 -0400341QPushButton#blockCRButton:pressed, QPushButton#deleteAcceptBtn:pressed, QPushButton#debanButton:pressed{
Anthony Léonarddd9fb6a2017-04-26 10:25:48 -0400342 background-color: rgb(219, 55, 54);
343}
Nicolas Jager032c0002016-02-18 16:38:09 -0500344
Anthony Léonard955b9572016-11-10 13:28:39 -0500345QLineEdit#usernameEdit:enabled, QLineEdit#passwordEdit:enabled, QLineEdit#confirmPasswordEdit:enabled,
346QLineEdit#pinEdit:enabled, QLineEdit#fullNameEdit:enabled{
Nicolas Jager032c0002016-02-18 16:38:09 -0500347 border-color: rgb(0, 192, 212);
348 border-radius: 5px;
349 border-width: 1px;
350 border-style: outset;
351 background-color: rgb(255, 255, 255);
352}
353
Anthony Léonard955b9572016-11-10 13:28:39 -0500354QLineEdit#usernameEdit:disabled, QLineEdit#passwordEdit:disabled, QLineEdit#confirmPasswordEdit:disabled,
355QLineEdit#pinEdit:disabled, QLineEdit#fullNameEdit:disabled{
Nicolas Jager032c0002016-02-18 16:38:09 -0500356 border-color: rgb(159, 157, 154);
357 border-radius: 5px;
358 border-width: 1px;
359 border-style: outset;
360 background-color: rgb(239, 235, 231);
Nicolas Jagerd0b33752016-01-17 00:00:40 -0500361}
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500362
363QComboBox{
364 background: transparent;
365 border-radius: 0px;
366 border-style: solid;
367 border-width: 2px;
368 border-color: #414141;
369 border-top: transparent;
370 border-left: transparent;
371 border-right: transparent;
372 font: 11pt "Sans Serif";
373 padding: 2px;
374}
375
376QComboBox:focus{
377 border-color: #3AC0D2;
378}
379
380QComboBox::down-arrow{
381 border-radius: 0px;
382 border-style: solid;
383 border-width: 2px;
384 height: 36;
385 width : 36;
386 image: url(":/images/icons/ic_arrow_drop_down_black_18dp_2x.png");
387}
388
389QComboBox::drop-down{
390 border-radius: 0px;
391 width: 36px;
392}
393
394QRadioButton::indicator{
395 width: 12px;
396 height: 12px;
397 border-radius: 8px;
398 border-width: 2px;
399 border-style: solid;
400}
401
402QRadioButton::indicator:unchecked{
403 border-color: rgb(77, 77, 77);
404 background: transparent;
405}
406
407QRadioButton::indicator:checked{
408 background: #3AC0D2;
409 border-color: #3AC0D2;
410 image: url(":/images/icons/ic_check_white_18dp_2x.png");
411}
412
413QWidget#horizontalWidget{
414 background: transparent;
415}
416
417
418QPushButton#generalTabButton, QPushButton#videoTabButton, QPushButton#accountTabButton{
419 background: transparent;
420 color: rgb(77, 77, 77);
421 border-radius: 0px;
422 border-style: solid;
423 border-width: 2px;
424 border-color: #414141;
425 border-top: transparent;
426 border-left: transparent;
427 border-right: transparent;
428 font: 12pt "Sans Serif";
429 padding: 2px;
430}
431
Olivier SOLDANO57442b22017-04-20 11:56:57 -0400432QPushButton#quickValidCRBtn, QPushButton#quickMuteCRBtn, QPushButton#quickBanCRBtn{
433 border-radius: 2px;
434 height:25px;
435 width:25px;
436 margin: 2px 2px 2px 2px;
437 text-align: center;
438 font: 10pt "FontAwesome";
439}
440
441QPushButton#quickValidCRBtn{
442 background-color: #66cc00;
443}
444QPushButton#quickValidCRBtn:hover{
445 background-color: #80ff00;
446}
447
448QPushButton#quickMuteCRBtn{
449 background-color: #ff9933;
450}
451QPushButton#quickMuteCRBtn:hover{
452 background-color: #ffb366;
453}
454
455QPushButton#quickBanCRBtn{
456 background-color: #ff3333;
457}
458QPushButton#quickBanCRBtn:hover{
459 background-color: #ff6666;
460}
461
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500462QTabBar::tab{
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500463 color: rgb(77, 77, 77);
464 border-radius: 0px;
465 border-style: solid;
466 border-width: 2px;
467 border-color: #414141;
468 border-top: transparent;
469 border-left: transparent;
470 border-right: transparent;
471 font: 12pt "Sans Serif";
472 padding: 2px;
473 width : 130px;
474 height: 20px;
475}
476
Anthony Léonardecfe7422017-05-04 14:14:37 -0400477QTabWidget#mainTabMenu QTabBar::tab {
478 height: 24px;
479 width: auto;
480 padding-left: 14px;
481 margin-left:auto;
482 margin-right:auto;
483}
484
485QTabWidget#mainTabMenu QTabBar::tab:hover {
486 background-color: rgb(242, 242, 242);
487}
488
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500489QTabWidget::tab-bar{
490 alignment: center;
491}
Anthony Léonardecfe7422017-05-04 14:14:37 -0400492
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500493QTabBar QToolButton{
494 height: 9;
495 width : 9;
496 background: transparent;
497}
498
499QTabBar QToolButton::left-arrow{
500 height: 9;
501 width : 9;
502 image: url(":/images/icons/ic_arrow_tab_previous_black_9dp_2x.png");
503}
504
505QTabBar QToolButton::right-arrow{
506 height: 9;
507 width : 9;
508 image: url(":/images/icons/ic_arrow_tab_next_black_9dp_2x.png");
509}
510
511QPushButton#generalTabButton:checked, QPushButton#videoTabButton:checked, QPushButton#accountTabButton:checked,
512QTabBar::tab:selected{
513 border-color: #3AC0D2;
514}
515
516QTabWidget::pane{
517 border: 0px;
518}
519
520QPushButton#generalTabButton:hover, QPushButton#videoTabButton:hover, QPushButton#accountTabButton:hover,
521QTabBar::tab:hover{
522 border-color:#4dc6d6;
523}
524
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500525QSpinBox#historyDaySettingsSpinBox, QSpinBox#lrcfg_tlsNegotiationTimeoutSec, QSpinBox#lrcfg_registrationExpire,
526QSpinBox#lrcfg_localPort, QSpinBox#lrcfg_publishedPort, QSpinBox#lrcfg_audioPortMin, QSpinBox#lrcfg_audioPortMax,
Nicolas Jager68d5ed12016-03-10 13:50:44 -0500527QSpinBox#lrcfg_videoPortMin, QSpinBox#lrcfg_videoPortMax, QSpinBox#intervalUpdateCheckSpinBox{
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500528 background: transparent;
529 border-radius: 0px;
530 border-style: solid;
531 border-width: 2px;
532 border-color: #414141;
533 border-top: transparent;
534 border-left: transparent;
535 border-right: transparent;
536 font: 11pt "Sans Serif";
537 padding: 2px;
538}
539
540QSpinBox#historyDaySettingsSpinBox:focus, QSpinBox#lrcfg_tlsNegotiationTimeoutSec:focus,
541QSpinBox#lrcfg_registrationExpire:focus, QSpinBox#lrcfg_localPort:focus, QSpinBox#lrcfg_publishedPort:focus,
542QSpinBox#lrcfg_audioPortMin:focus, QSpinBox#lrcfg_audioPortMax:focus, QSpinBox#lrcfg_videoPortMin:focus,
543QSpinBox#lrcfg_videoPortMax:focus{
544 border-color: #3AC0D2;
545}
546
547QCheckBox::indicator{
548 height : 12 px;
549 width : 12 px;
550 border: 2px solid rgb(77, 77, 77);
551 border-radius: 4px;
552 background: none;
553}
554
555QCheckBox::indicator:checked{
556 border-color: #34acbd;
557 background: #34acbd;
558 image: url(":/images/icons/ic_check_white_18dp_2x.png");
559}
560
561QSpinBox::down-button{
562 height: 9;
563 width : 9;
Nicolas Jager68d5ed12016-03-10 13:50:44 -0500564 image: url(":/images/icons/ic_arrow_drop_down_black_9dp_2x.png");
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500565}
566
567QSpinBox::up-button{
568 height: 9;
569 width : 9;
Nicolas Jager68d5ed12016-03-10 13:50:44 -0500570 image: url(":/images/icons/ic_arrow_drop_up_black_9dp_2x.png");
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500571}
572
573QLineEdit#lrcfg_alias, QLineEdit#lrcfg_hostname, QLineEdit#lrcfg_password, QLineEdit#lrcfg_proxy,
574QLineEdit#lrcfg_mailbox, QLineEdit#lrcfg_tlsPassword, QLineEdit#lrcfg_tlsServerName,
575QLineEdit#lrcfg_turnServerRealm, QLineEdit#lrcfg_turnServerUsername, QLineEdit#lrcfg_turnServerPassword,
Anthony Léonard5107a692016-11-04 13:20:37 -0400576QLineEdit#lrcfg_turnServer, QLineEdit#lrcfg_publishedAddress, QLineEdit#lrcfg_registeredName,
Olivier SOLDANO9657fd12017-03-27 16:06:53 -0400577QLineEdit#lrcfg_nameServiceURL, QLineEdit#lrcfg_username, QLineEdit#profileNameEdit{
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500578 background: transparent;
579 border-radius: 0px;
580 border-style: solid;
581 border-width: 2px;
582 border-color: #414141;
583 border-top: transparent;
584 border-left: transparent;
585 border-right: transparent;
586 font: 11pt "Sans Serif";
587 padding: 2px;
588}
589
Edric Milaret9d877ab2016-04-11 11:15:56 -0400590QLabel#typeValueLabel{
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500591 background: transparent;
592 font: 11pt "Sans Serif";
593 border-radius: 0px;
594 padding: 2px;
595}
596
597QLineEdit#lrcfg_alias:focus, QLineEdit#lrcfg_hostname:focus, QLineEdit#lrcfg_password:focus,
598QLineEdit#lrcfg_proxy:focus, QLineEdit#lrcfg_mailbox:focus, QLineEdit#lrcfg_tlsPassword:focus,
599QLineEdit#lrcfg_tlsServerName:focus, QLineEdit#lrcfg_turnServerRealm:focus, QLineEdit#lrcfg_turnServerUsername:focus,
Edric Milaret9d877ab2016-04-11 11:15:56 -0400600QLineEdit#lrcfg_turnServerPassword:focus, QLineEdit#lrcfg_turnServer:focus, QLineEdit#lrcfg_publishedAddress:focus,
Olivier SOLDANO9657fd12017-03-27 16:06:53 -0400601QLineEdit#lrcfg_registeredName:focus, QLineEdit#lrcfg_nameServiceURL:focus, QLineEdit#lrcfg_username:focus,
602QLineEdit#profileNameEdit:focus{
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500603 border-color: #3AC0D2;
604}
605
606QTabWidget#tabWidget{
607 border-color: transparent;
608}
609
610QPushButton#upAudioButton, QPushButton#downAudioButton, QPushButton#upVideoButton, QPushButton#downVideoButton{
611 background: transparent;
612}
613
Edric Milaret25236d92016-03-28 09:40:58 -0400614QPushButton#avatarButton:hover {
615 border: 2px solid rgb(77, 77, 77);
Anthony Léonard955b9572016-11-10 13:28:39 -0500616 border-radius: 50px;
Edric Milaret25236d92016-03-28 09:40:58 -0400617}
618
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500619QWidget#leftPannel{
620 background: white;
621}
622
623QSlider::groove:vertical{
624 background: red;
625 position: absolute; /* absolutely position 4px from the left and right of the widget. setting margins on the widget should work too... */
626 width:2px;
627}
628
629QSlider::handle:vertical{
630 height: 10px;
631 background: #3AC0D2;
632 border-radius: 5px;
633 margin: 0 -4px;
634}
635
636QSlider::sub-page:vertical{
637 background: #777777;
638}
639
640QSlider::add-page:vertical{
641 background: #3AC0D2;
642}
Edric Milarete19c4cd2016-02-12 10:19:44 -0500643
644QToolButton::menu-button {image:none;}
645
646QToolButton::menu-arrow {image:none;}
Olivier SOLDANO9b7e80d2017-05-04 16:06:01 -0400647
648QLabel#accountIdLabel, QLabel#accountAliasLabel, QLabel#deletionLabel1, QLabel#deletionLabel2,
649QLabel#warningLabel{
650 background: transparent;
651 font: 11pt "Sans Serif";
652}
653
654QLabel#accountAliasLabel, QLabel#deletionLabel1, QLabel#deletionLabel2{
655 color: black;
656}
657
658QLabel#warningLabel{
659 color: red;
660}
661
662QLabel#accountIdLabel{
663 color: LightSlateGrey;
664 font-style: italic;
665}
666
667QLabel#accountAliasLabel{
668 font-weight: bold;
669}