blob: 3060b265ce42ee90e37c697678b80cd6be629aa7 [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{
Anthony Léonard04097312017-07-17 11:54:27 -0400121 background-color: rgba(255, 255, 255, 255);
Nicolas Jagerd0b33752016-01-17 00:00:40 -0500122}
123
124QListView#listMessageView{
Olivier SOLDANO815d92f2017-07-13 14:05:36 -0400125 background: rgb(255, 255, 255);
Nicolas Jagerd0b33752016-01-17 00:00:40 -0500126 border-top: 1px solid rgb(229, 229, 229);
Olivier SOLDANO815d92f2017-07-13 14:05:36 -0400127 border-bottom: 1px solid rgb(229, 229, 229);
Nicolas Jagerd0b33752016-01-17 00:00:40 -0500128}
129
Nicolas Jager0a9fc602016-03-11 18:35:42 -0500130QLineEdit#messageEdit, QLineEdit#imMessageEdit{
Olivier SOLDANO815d92f2017-07-13 14:05:36 -0400131 border: none;
Nicolas Jagerd0b33752016-01-17 00:00:40 -0500132 background-color: rgb(255, 255, 255);
Edric Milaret816cc902015-10-21 10:59:34 -0400133}
134
Nicolas Jager0a9fc602016-03-11 18:35:42 -0500135QLineEdit#numberBar{
136 border-color: rgba(0, 192, 212, 0.6);
137 border-radius: 5px;
138 border-width: 2px;
139 border-style: outset;
140 background-color: rgba(255, 255, 255, 0.8)
141}
142
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500143QPushButton#holdButton, QPushButton#chatButton, QPushButton#noMicButton, QPushButton#noVideoButton,
Edric Milareta5fe70f2016-02-05 15:03:31 -0500144QPushButton#transferButton, QPushButton#addPersonButton, QPushButton#joinButton,
145QPushButton#qualityButton, QPushButton#recButton{
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500146 background-color: rgba(0, 0, 0, 140);
147 border-radius: 18px;
148 border:solid 1px;
Edric Milaret627500d2015-03-27 16:41:40 -0400149}
150
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500151QPushButton#holdButton:hover, QPushButton#chatButton:hover, QPushButton#noMicButton:hover,
152QPushButton#noVideoButton:hover, QPushButton#transferButton:hover, QPushButton#addPersonButton:hover,
153QPushButton#joinButton:hover, QPushButton#qualityButton:hover, QPushButton#addToContactButton:hover,
154QPushButton#recButton:hover{
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500155 background-color: rgba(0, 192, 213, 0.6);
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500156}
157
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500158QPushButton#holdButton:pressed, QPushButton#chatButton:pressed, QPushButton#noMicButton:pressed,
159QPushButton#noVideoButton:pressed, QPushButton#transferButton:pressed, QPushButton#addPersonButton:pressed,
160QPushButton#joinButton:pressed, QPushButton#qualityButton:pressed, QPushButton#addToContactButton:pressed,
161QPushButton#recButton:pressed{
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500162 background-color: rgba(0, 192, 213, 0.8);
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500163}
164
Edric Milareta5fe70f2016-02-05 15:03:31 -0500165QPushButton#holdButton:checked, QPushButton#noMicButton:checked,
166QPushButton#noVideoButton:checked, QPushButton#recButton:checked,
167QPushButton#chatButton:checked{
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500168 background-color: rgba(0, 192, 213, 0.8);
Edric Milaret627500d2015-03-27 16:41:40 -0400169}
170
Nicolas Jagerb98066a2016-01-15 12:10:08 -0500171QPushButton#hangupButton{
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500172 background-color: rgba(200, 0, 0, 0.6);
173 border-radius: 18px;
174 border:solid 1px;
Edric Milaret627500d2015-03-27 16:41:40 -0400175}
176
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500177QPushButton#hangupButton:hover{
178 background-color: rgba(255, 0, 0, 0.6);
Edric Milaret627500d2015-03-27 16:41:40 -0400179}
180
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500181QPushButton#hangupButton:pressed{
182 background-color: rgba(255, 0, 0, 0.8);
Edric Milaret12353822015-05-14 14:41:09 -0400183}
Edric Milareta0ebd062016-01-13 12:18:23 -0500184
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500185QPushButton#exitSettingsButton, QPushButton#settingsButton, QPushButton#addToContactButton,
Olivier SOLDANO2bcdfd72017-05-02 14:37:19 -0400186QPushButton#imBackButton, QPushButton#sendCRBackButton, QPushButton#copyCMButton, QPushButton#pendingCRBackButton,
Olivier SOLDANO5cb1a422017-07-26 11:16:50 -0400187QPushButton#videoCfgBtn{
Nicolas Jager032c0002016-02-18 16:38:09 -0500188 background-color: #414141;
189 border-radius: 15px;
190 border:solid 1px;
Edric Milareta0ebd062016-01-13 12:18:23 -0500191}
Edric Milaret864a2052016-01-14 15:45:03 -0500192
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500193QPushButton#exitSettingsButton:hover, QPushButton#settingsButton:hover, QPushButton#imBackButton:hover,
Olivier SOLDANO2bcdfd72017-05-02 14:37:19 -0400194QPushButton#sendCRBackButton:hover, QPushButton#copyCMButton:hover, QPushButton#pendingCRBackButton:hover,
Olivier SOLDANO5cb1a422017-07-26 11:16:50 -0400195QPushButton#videoCfgBtn:hover{
Nicolas Jager032c0002016-02-18 16:38:09 -0500196 background-color: #515151;
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500197}
198
Olivier SOLDANO9657fd12017-03-27 16:06:53 -0400199QPushButton#exitSettingsButton:pressed, QPushButton#settingsButton:pressed, QPushButton#imBackButton:pressed,
Olivier SOLDANO2bcdfd72017-05-02 14:37:19 -0400200QPushButton#sendCRBackButton:pressed, QPushButton#copyCMButton:pressed, QPushButton#pendingCRBackButton:pressed,
Olivier SOLDANO5cb1a422017-07-26 11:16:50 -0400201QPushButton#videoCfgBtn:pressed{
Nicolas Jager032c0002016-02-18 16:38:09 -0500202 background-color: #313131;
Edric Milaret864a2052016-01-14 15:45:03 -0500203}
Nicolas Jager540a5112016-01-15 15:54:34 -0500204
Edric Milaret1e598592016-09-02 10:10:01 -0400205QToolButton#qrButton, QToolButton#shareButton{
206 background-color: #3AC0D2;
207 border-radius: 15px;
208 border:solid 1px;
209}
210
211QToolButton#qrButton:hover, QToolButton#shareButton:hover{
212 background-color: #4dc6d6;
213}
214
215QToolButton#qrButton:pressed, QToolButton#shareButton:pressed{
216 background-color: #34acbd;
217}
218
219QToolButton#qrButton:checked {
220 background-color: #34acbd;
221}
222
Olivier SOLDANO9b7e80d2017-05-04 16:06:01 -0400223QPushButton#deleteAccountBtn, QToolButton#addAccountButton{
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500224 background: transparent;
225}
226
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500227QPushButton#btnvideo{
Nicolas Jager032c0002016-02-18 16:38:09 -0500228 background-color: #3AC0D2;
229 border-radius: 15px;
230 border:solid 1px;
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500231}
232
Olivier SOLDANO47aa97f2017-04-04 10:40:00 -0400233QPushButton#searchBtn, QPushButton#btnComBarVideo,
Olivier SOLDANO815d92f2017-07-13 14:05:36 -0400234QPushButton#sendButton, QPushButton#sendIMButton, QPushButton#sendContactRequestPageButton{
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500235 background-color: #3AC0D2;
236 border-radius: 15px;
237 border:solid 1px;
238}
239
Olivier SOLDANO47aa97f2017-04-04 10:40:00 -0400240QPushButton#searchBtn:hover, QPushButton#sendButton:hover,
Olivier SOLDANO815d92f2017-07-13 14:05:36 -0400241QPushButton#sendIMButton:hover, QPushButton#btnComBarVideo:hover, QPushButton#sendContactRequestPageButton:hover{
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500242 background-color: #4dc6d6;
243}
244
Olivier SOLDANO47aa97f2017-04-04 10:40:00 -0400245QPushButton#searchBtn:pressed, QPushButton#sendButton:pressed,
Olivier SOLDANO815d92f2017-07-13 14:05:36 -0400246QPushButton#sendIMButton:pressed, QPushButton#btnComBarVideo:pressed, QPushButton#sendContactRequestPageButton:pressed{
Nicolas Jager5e8c3822016-02-05 17:01:49 -0500247 background-color: #34acbd;
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500248}
249
Nicolas Jager540a5112016-01-15 15:54:34 -0500250QScrollBar:vertical{
251 background: rgb(242, 242, 242);
252 width:10px;
253}
254
255QScrollBar::handle:vertical{
256 background: rgb(77, 77, 77);
257}
Nicolas Jagerd0b33752016-01-17 00:00:40 -0500258
Olivier SOLDANO9b7e80d2017-05-04 16:06:01 -0400259QDialog#WizardDialog, QWidget#welcomePage, QWidget#sendContactRequestPage,
260QDialog#DeleteAccountDialog{
Nicolas Jager6cdeba92016-03-05 18:05:53 -0500261 background: rgb(242, 242, 242);
262 background-image : url(:/images/background-light.png);
263 background-repeat : repeat-x;
264 background-position: bottom;
265}
266
Nicolas Jager0a9fc602016-03-11 18:35:42 -0500267QDialog#CallUtilsDialog, QDialog#QualityDialog{
268 background: transparent;
269}
270
271QWidget#roundedFrame{
272 background-color: rgba(250, 250, 250, 0.8);
273 border-color: rgba(25, 25, 25, 1.0);
274 border-radius: 8px;
275 border:solid 1px;
276}
277
278QWidget#spike{
279 background-color: rgba(250, 250, 250, 0.8);
280 border-color: rgba(25, 25, 25, 1.0);
281}
282
283QListView#contactView{
284 background: transparent;
285}
286
Anthony Léonard2fde81d2017-04-17 10:06:55 -0400287QWidget#messagingPage, QWidget#contactRequestPage{
Olivier SOLDANO815d92f2017-07-13 14:05:36 -0400288 background: rgb(255, 255, 255);
Nicolas Jagerd0b33752016-01-17 00:00:40 -0500289}
290
Anthony Léonard955b9572016-11-10 13:28:39 -0500291QPushButton#nextButton, QPushButton#playButton, QPushButton#clearHistoryButton, QPushButton#doTransferButton,
Edric Milaret57467842016-08-30 13:06:11 -0400292QPushButton#checkUpdateButton, QPushButton#photoButton, QPushButton#takePhotoButton, QPushButton#importButton,
293QPushButton#existingPushButton, QPushButton#newAccountButton, QPushButton#previousButton, QPushButton#exportButton,
Anthony Léonardaa90e1a2016-10-12 11:24:17 -0400294QPushButton#cancelAddButton, QPushButton#exportOnRingButton, QPushButton#addDeviceButton, QPushButton#exportEndedOkButton,
Olivier SOLDANOdd878662017-03-27 16:00:06 -0400295QPushButton#errorPushButton, QPushButton#registerButton, QPushButton#sendContactRequestPageButton,
Olivier SOLDANO9b7e80d2017-05-04 16:06:01 -0400296QPushButton#sendContactRequestButton, QPushButton#acceptCRButton, QPushButton#discardCRButton, QPushButton#deleteCancelBtn{
Nicolas Jager032c0002016-02-18 16:38:09 -0500297 background-color: #3AC0D2;
298 border: 0px;
299 color: white;
300 font: 14px;
Edric Milaret4097d2f2016-02-09 14:41:50 -0500301}
302
Olivier SOLDANO5d4a1ff2017-05-08 13:12:47 -0400303QPushButton#blockCRButton, QPushButton#deleteAcceptBtn, QPushButton#debanButton{
Anthony Léonarddd9fb6a2017-04-26 10:25:48 -0400304 background-color: rgb(251, 72, 71);
305 border: 0px;
306 color: white;
307 font: 14px;
308}
309
Anthony Léonard955b9572016-11-10 13:28:39 -0500310QPushButton#nextButton:hover, QPushButton#playButton:hover, QPushButton#clearHistoryButton:hover,
Olivier SOLDANO257e0682016-11-09 13:59:04 -0500311QPushButton#checkUpdateButton:hover, QPushButton#doTransferButton:hover, QPushButton#photoButton:hover,
Edric Milaret57467842016-08-30 13:06:11 -0400312QPushButton#takePhotoButton:hover, QPushButton#importButton:hover,
313QPushButton#existingPushButton:hover, QPushButton#newAccountButton:hover, QPushButton#previousButton:hover,
314QPushButton#exportButton:hover, QPushButton#cancelAddButton:hover, QPushButton#exportOnRingButton:hover,
Anthony Léonardaa90e1a2016-10-12 11:24:17 -0400315QPushButton#addDeviceButton:hover, QPushButton#exportEndedOkButton:hover, QPushButton#errorPushButton:hover,
Olivier SOLDANOdd878662017-03-27 16:00:06 -0400316QPushButton#registerButton:hover, QPushButton#sendContactRequestPageButton:hover,
Olivier SOLDANO9b7e80d2017-05-04 16:06:01 -0400317QPushButton#sendContactRequestButton:hover, QPushButton#acceptCRButton:hover, QPushButton#discardCRButton:hover,
318QPushButton#deleteCancelBtn:hover{
Nicolas Jager032c0002016-02-18 16:38:09 -0500319 background-color: #4dc6d6;
Edric Milaret4097d2f2016-02-09 14:41:50 -0500320}
321
Olivier SOLDANO5d4a1ff2017-05-08 13:12:47 -0400322QPushButton#blockCRButton:hover, QPushButton#deleteAcceptBtn:hover, QPushButton#debanButton:hover{
Anthony Léonarddd9fb6a2017-04-26 10:25:48 -0400323 background-color: rgb(252, 91, 90);
324}
325
326
Anthony Léonard955b9572016-11-10 13:28:39 -0500327QPushButton#nextButton:pressed, QPushButton#playButton:pressed, QPushButton#clearHistoryButton:pressed,
Olivier SOLDANO257e0682016-11-09 13:59:04 -0500328QPushButton#checkUpdateButton:pressed, QPushButton#doTransferButton:pressed, QPushButton#photoButton:pressed,
Edric Milaret57467842016-08-30 13:06:11 -0400329QPushButton#takePhotoButton:pressed, QPushButton#importButton:pressed,
330QPushButton#existingPushButton:pressed, QPushButton#newAccountButton:pressed, QPushButton#previousButton:pressed,
331QPushButton#exportButton:pressed, QPushButton#cancelAddButton:pressed, QPushButton#exportOnRingButton:pressed,
Anthony Léonardaa90e1a2016-10-12 11:24:17 -0400332QPushButton#addDeviceButton:pressed, QPushButton#exportEndedOkButton:pressed, QPushButton#errorPushButton:pressed,
Olivier SOLDANOdd878662017-03-27 16:00:06 -0400333QPushButton#registerButton:pressed, QPushButton#sendContactRequestPageButton:pressed,
Olivier SOLDANO9b7e80d2017-05-04 16:06:01 -0400334QPushButton#sendContactRequestButton:pressed, QPushButton#acceptCRButton:pressed, QPushButton#discardCRButton:pressed,
335QPushButton#deleteCancelBtn:pressed{
Nicolas Jager032c0002016-02-18 16:38:09 -0500336 background-color: #34acbd;
337}
Olivier SOLDANO5d4a1ff2017-05-08 13:12:47 -0400338QPushButton#blockCRButton:pressed, QPushButton#deleteAcceptBtn:pressed, QPushButton#debanButton:pressed{
Anthony Léonarddd9fb6a2017-04-26 10:25:48 -0400339 background-color: rgb(219, 55, 54);
340}
Nicolas Jager032c0002016-02-18 16:38:09 -0500341
Anthony Léonard955b9572016-11-10 13:28:39 -0500342QLineEdit#usernameEdit:enabled, QLineEdit#passwordEdit:enabled, QLineEdit#confirmPasswordEdit:enabled,
343QLineEdit#pinEdit:enabled, QLineEdit#fullNameEdit:enabled{
Nicolas Jager032c0002016-02-18 16:38:09 -0500344 border-color: rgb(0, 192, 212);
345 border-radius: 5px;
346 border-width: 1px;
347 border-style: outset;
348 background-color: rgb(255, 255, 255);
349}
350
Anthony Léonard955b9572016-11-10 13:28:39 -0500351QLineEdit#usernameEdit:disabled, QLineEdit#passwordEdit:disabled, QLineEdit#confirmPasswordEdit:disabled,
352QLineEdit#pinEdit:disabled, QLineEdit#fullNameEdit:disabled{
Nicolas Jager032c0002016-02-18 16:38:09 -0500353 border-color: rgb(159, 157, 154);
354 border-radius: 5px;
355 border-width: 1px;
356 border-style: outset;
357 background-color: rgb(239, 235, 231);
Nicolas Jagerd0b33752016-01-17 00:00:40 -0500358}
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500359
360QComboBox{
361 background: transparent;
362 border-radius: 0px;
363 border-style: solid;
364 border-width: 2px;
365 border-color: #414141;
366 border-top: transparent;
367 border-left: transparent;
368 border-right: transparent;
369 font: 11pt "Sans Serif";
370 padding: 2px;
371}
372
373QComboBox:focus{
374 border-color: #3AC0D2;
375}
376
377QComboBox::down-arrow{
378 border-radius: 0px;
379 border-style: solid;
380 border-width: 2px;
381 height: 36;
382 width : 36;
383 image: url(":/images/icons/ic_arrow_drop_down_black_18dp_2x.png");
384}
385
386QComboBox::drop-down{
387 border-radius: 0px;
388 width: 36px;
389}
390
391QRadioButton::indicator{
392 width: 12px;
393 height: 12px;
394 border-radius: 8px;
395 border-width: 2px;
396 border-style: solid;
397}
398
399QRadioButton::indicator:unchecked{
400 border-color: rgb(77, 77, 77);
401 background: transparent;
402}
403
404QRadioButton::indicator:checked{
405 background: #3AC0D2;
406 border-color: #3AC0D2;
407 image: url(":/images/icons/ic_check_white_18dp_2x.png");
408}
409
410QWidget#horizontalWidget{
411 background: transparent;
412}
413
414
415QPushButton#generalTabButton, QPushButton#videoTabButton, QPushButton#accountTabButton{
416 background: transparent;
417 color: rgb(77, 77, 77);
418 border-radius: 0px;
419 border-style: solid;
420 border-width: 2px;
421 border-color: #414141;
422 border-top: transparent;
423 border-left: transparent;
424 border-right: transparent;
425 font: 12pt "Sans Serif";
426 padding: 2px;
427}
428
Olivier SOLDANO57442b22017-04-20 11:56:57 -0400429QPushButton#quickValidCRBtn, QPushButton#quickMuteCRBtn, QPushButton#quickBanCRBtn{
430 border-radius: 2px;
431 height:25px;
432 width:25px;
433 margin: 2px 2px 2px 2px;
434 text-align: center;
435 font: 10pt "FontAwesome";
436}
437
438QPushButton#quickValidCRBtn{
439 background-color: #66cc00;
440}
441QPushButton#quickValidCRBtn:hover{
442 background-color: #80ff00;
443}
444
445QPushButton#quickMuteCRBtn{
446 background-color: #ff9933;
447}
448QPushButton#quickMuteCRBtn:hover{
449 background-color: #ffb366;
450}
451
452QPushButton#quickBanCRBtn{
453 background-color: #ff3333;
454}
455QPushButton#quickBanCRBtn:hover{
456 background-color: #ff6666;
457}
458
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500459QTabBar::tab{
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500460 color: rgb(77, 77, 77);
461 border-radius: 0px;
462 border-style: solid;
463 border-width: 2px;
464 border-color: #414141;
465 border-top: transparent;
466 border-left: transparent;
467 border-right: transparent;
468 font: 12pt "Sans Serif";
469 padding: 2px;
470 width : 130px;
471 height: 20px;
472}
473
Anthony Léonardecfe7422017-05-04 14:14:37 -0400474QTabWidget#mainTabMenu QTabBar::tab {
475 height: 24px;
476 width: auto;
477 padding-left: 14px;
478 margin-left:auto;
479 margin-right:auto;
480}
481
482QTabWidget#mainTabMenu QTabBar::tab:hover {
483 background-color: rgb(242, 242, 242);
484}
485
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500486QTabWidget::tab-bar{
487 alignment: center;
488}
Anthony Léonardecfe7422017-05-04 14:14:37 -0400489
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500490QTabBar QToolButton{
491 height: 9;
492 width : 9;
493 background: transparent;
494}
495
496QTabBar QToolButton::left-arrow{
497 height: 9;
498 width : 9;
499 image: url(":/images/icons/ic_arrow_tab_previous_black_9dp_2x.png");
500}
501
502QTabBar QToolButton::right-arrow{
503 height: 9;
504 width : 9;
505 image: url(":/images/icons/ic_arrow_tab_next_black_9dp_2x.png");
506}
507
508QPushButton#generalTabButton:checked, QPushButton#videoTabButton:checked, QPushButton#accountTabButton:checked,
509QTabBar::tab:selected{
510 border-color: #3AC0D2;
511}
512
513QTabWidget::pane{
514 border: 0px;
515}
516
517QPushButton#generalTabButton:hover, QPushButton#videoTabButton:hover, QPushButton#accountTabButton:hover,
518QTabBar::tab:hover{
519 border-color:#4dc6d6;
520}
521
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500522QSpinBox#historyDaySettingsSpinBox, QSpinBox#lrcfg_tlsNegotiationTimeoutSec, QSpinBox#lrcfg_registrationExpire,
523QSpinBox#lrcfg_localPort, QSpinBox#lrcfg_publishedPort, QSpinBox#lrcfg_audioPortMin, QSpinBox#lrcfg_audioPortMax,
Nicolas Jager68d5ed12016-03-10 13:50:44 -0500524QSpinBox#lrcfg_videoPortMin, QSpinBox#lrcfg_videoPortMax, QSpinBox#intervalUpdateCheckSpinBox{
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500525 background: transparent;
526 border-radius: 0px;
527 border-style: solid;
528 border-width: 2px;
529 border-color: #414141;
530 border-top: transparent;
531 border-left: transparent;
532 border-right: transparent;
533 font: 11pt "Sans Serif";
534 padding: 2px;
535}
536
537QSpinBox#historyDaySettingsSpinBox:focus, QSpinBox#lrcfg_tlsNegotiationTimeoutSec:focus,
538QSpinBox#lrcfg_registrationExpire:focus, QSpinBox#lrcfg_localPort:focus, QSpinBox#lrcfg_publishedPort:focus,
539QSpinBox#lrcfg_audioPortMin:focus, QSpinBox#lrcfg_audioPortMax:focus, QSpinBox#lrcfg_videoPortMin:focus,
540QSpinBox#lrcfg_videoPortMax:focus{
541 border-color: #3AC0D2;
542}
543
544QCheckBox::indicator{
545 height : 12 px;
546 width : 12 px;
547 border: 2px solid rgb(77, 77, 77);
548 border-radius: 4px;
549 background: none;
550}
551
552QCheckBox::indicator:checked{
553 border-color: #34acbd;
554 background: #34acbd;
555 image: url(":/images/icons/ic_check_white_18dp_2x.png");
556}
557
558QSpinBox::down-button{
559 height: 9;
560 width : 9;
Nicolas Jager68d5ed12016-03-10 13:50:44 -0500561 image: url(":/images/icons/ic_arrow_drop_down_black_9dp_2x.png");
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500562}
563
564QSpinBox::up-button{
565 height: 9;
566 width : 9;
Nicolas Jager68d5ed12016-03-10 13:50:44 -0500567 image: url(":/images/icons/ic_arrow_drop_up_black_9dp_2x.png");
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500568}
569
570QLineEdit#lrcfg_alias, QLineEdit#lrcfg_hostname, QLineEdit#lrcfg_password, QLineEdit#lrcfg_proxy,
571QLineEdit#lrcfg_mailbox, QLineEdit#lrcfg_tlsPassword, QLineEdit#lrcfg_tlsServerName,
572QLineEdit#lrcfg_turnServerRealm, QLineEdit#lrcfg_turnServerUsername, QLineEdit#lrcfg_turnServerPassword,
Anthony Léonard5107a692016-11-04 13:20:37 -0400573QLineEdit#lrcfg_turnServer, QLineEdit#lrcfg_publishedAddress, QLineEdit#lrcfg_registeredName,
Olivier SOLDANO9657fd12017-03-27 16:06:53 -0400574QLineEdit#lrcfg_nameServiceURL, QLineEdit#lrcfg_username, QLineEdit#profileNameEdit{
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500575 background: transparent;
576 border-radius: 0px;
577 border-style: solid;
578 border-width: 2px;
579 border-color: #414141;
580 border-top: transparent;
581 border-left: transparent;
582 border-right: transparent;
583 font: 11pt "Sans Serif";
584 padding: 2px;
585}
586
Edric Milaret9d877ab2016-04-11 11:15:56 -0400587QLabel#typeValueLabel{
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500588 background: transparent;
589 font: 11pt "Sans Serif";
590 border-radius: 0px;
591 padding: 2px;
592}
593
594QLineEdit#lrcfg_alias:focus, QLineEdit#lrcfg_hostname:focus, QLineEdit#lrcfg_password:focus,
595QLineEdit#lrcfg_proxy:focus, QLineEdit#lrcfg_mailbox:focus, QLineEdit#lrcfg_tlsPassword:focus,
596QLineEdit#lrcfg_tlsServerName:focus, QLineEdit#lrcfg_turnServerRealm:focus, QLineEdit#lrcfg_turnServerUsername:focus,
Edric Milaret9d877ab2016-04-11 11:15:56 -0400597QLineEdit#lrcfg_turnServerPassword:focus, QLineEdit#lrcfg_turnServer:focus, QLineEdit#lrcfg_publishedAddress:focus,
Olivier SOLDANO9657fd12017-03-27 16:06:53 -0400598QLineEdit#lrcfg_registeredName:focus, QLineEdit#lrcfg_nameServiceURL:focus, QLineEdit#lrcfg_username:focus,
599QLineEdit#profileNameEdit:focus{
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500600 border-color: #3AC0D2;
601}
602
603QTabWidget#tabWidget{
604 border-color: transparent;
605}
606
607QPushButton#upAudioButton, QPushButton#downAudioButton, QPushButton#upVideoButton, QPushButton#downVideoButton{
608 background: transparent;
609}
610
Edric Milaret25236d92016-03-28 09:40:58 -0400611QPushButton#avatarButton:hover {
612 border: 2px solid rgb(77, 77, 77);
Anthony Léonard955b9572016-11-10 13:28:39 -0500613 border-radius: 50px;
Edric Milaret25236d92016-03-28 09:40:58 -0400614}
615
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500616QWidget#leftPannel{
617 background: white;
618}
619
620QSlider::groove:vertical{
621 background: red;
622 position: absolute; /* absolutely position 4px from the left and right of the widget. setting margins on the widget should work too... */
623 width:2px;
624}
625
626QSlider::handle:vertical{
627 height: 10px;
628 background: #3AC0D2;
629 border-radius: 5px;
630 margin: 0 -4px;
631}
632
633QSlider::sub-page:vertical{
634 background: #777777;
635}
636
637QSlider::add-page:vertical{
638 background: #3AC0D2;
639}
Edric Milarete19c4cd2016-02-12 10:19:44 -0500640
641QToolButton::menu-button {image:none;}
642
643QToolButton::menu-arrow {image:none;}
Olivier SOLDANO9b7e80d2017-05-04 16:06:01 -0400644
645QLabel#accountIdLabel, QLabel#accountAliasLabel, QLabel#deletionLabel1, QLabel#deletionLabel2,
646QLabel#warningLabel{
647 background: transparent;
648 font: 11pt "Sans Serif";
649}
650
651QLabel#accountAliasLabel, QLabel#deletionLabel1, QLabel#deletionLabel2{
652 color: black;
653}
654
655QLabel#warningLabel{
656 color: red;
657}
658
659QLabel#accountIdLabel{
660 color: LightSlateGrey;
661 font-style: italic;
662}
663
664QLabel#accountAliasLabel{
665 font-weight: bold;
666}