blob: 061e308cf3c9a22b4daae02b44e9bd0ec012cd7c [file] [log] [blame]
Andreas Traczyk6ace34f2018-12-14 14:31:23 -05001QPushButton#takePhotoButton, QPushButton#importButton {
2 background-color: rgb(242, 242, 242);
3 border-radius: 5px;
4 border:solid 0px;
5}
6
Nicolas Jager97a21b42015-12-03 16:55:45 -05007QPushButton#acceptButton{
Nicolas Jager1ddb38d2016-01-20 11:11:49 -05008 background-color: #4caf50;
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
Nicolas Jager1ddb38d2016-01-20 11:11:49 -050013QPushButton#refuseButton, QPushButton#cancelButton{
14 background-color: #f44336;
Nicolas Jager5e8c3822016-02-05 17:01:49 -050015 border-radius: 28px;
Nicolas Jager1ddb38d2016-01-20 11:11:49 -050016 border:solid 1px;
Edric Milaret627500d2015-03-27 16:41:40 -040017}
18
Andreas Traczyk912242e2018-10-29 14:44:44 -040019QPushButton#acceptButton:hover{
Nicolas Jager1ddb38d2016-01-20 11:11:49 -050020 background-color: #5db761;
Edric Milaret627500d2015-03-27 16:41:40 -040021}
22
Andreas Traczyk912242e2018-10-29 14:44:44 -040023QPushButton#acceptButton:pressed{
Nicolas Jager1ddb38d2016-01-20 11:11:49 -050024 background-color: #449d48;
25}
26
27QPushButton#refuseButton:hover, QPushButton#cancelButton:hover{
28 background-color: #f5554a;
29}
30
31QPushButton#refuseButton:pressed, QPushButton#cancelButton:pressed{
32 background-color: #db3c30;
33}
34
Andreas Traczyk43c08232018-10-31 13:42:09 -040035QPushButton#btnConversations, QPushButton#btnInvites {
Andreas Traczykb8b13ba2018-08-21 16:30:16 -040036 background-color: rgb(242, 242, 242);
37 border-style: solid;
38 border-width: 0px;
39 border-radius: 5px;
40 padding: 8px;
41 color: rgb(32, 32, 32);
42}
43
Andreas Traczyk43c08232018-10-31 13:42:09 -040044QPushButton#btnConversations:hover, QPushButton#btnInvites:hover {
Andreas Traczykb8b13ba2018-08-21 16:30:16 -040045 background-color: rgb(237, 237, 237);
46}
47
Andreas Traczyk43c08232018-10-31 13:42:09 -040048QPushButton#btnConversations:pressed, QPushButton#btnInvites:pressed {
Andreas Traczykb8b13ba2018-08-21 16:30:16 -040049 background-color: rgb(212, 212, 212);
50}
51
Andreas Traczyk43c08232018-10-31 13:42:09 -040052QPushButton#btnConversations:checked, QPushButton#btnInvites:checked {
53 background-color: rgb(237, 237, 237);
54}
55
Andreas Traczyk912242e2018-10-29 14:44:44 -040056QPushButton#imBackButton, QPushButton#btnAcceptInvite, QPushButton#btnIgnoreInvite,
57QPushButton#btnBlockInvite, QPushButton#btnAudioCall, QPushButton#btnVideoCall,
58QPushButton#sendContactRequestButton, QPushButton#sendButton, QPushButton#sendIMButton {
Andreas Traczykb8b13ba2018-08-21 16:30:16 -040059 background-color: transparent;
60 border-style: solid;
61 border-width: 0px;
62 border-radius: 9px;
63 padding: 8px;
64 color: rgb(32, 32, 32);
65}
66
67QPushButton#btnAcceptInvite:hover, QPushButton#btnIgnoreInvite:hover, QPushButton#btnBlockInvite:hover {
68 background-color: rgb(212, 212, 212);
69}
70
71QPushButton#btnAcceptInvite:pressed, QPushButton#btnIgnoreInvite:pressed, QPushButton#btnBlockInvite:pressed {
72 background-color: rgb(187, 187, 187);
73}
74
Andreas Traczyk912242e2018-10-29 14:44:44 -040075QPushButton#imBackButton:hover, QPushButton#btnAudioCall:hover, QPushButton#btnVideoCall:hover,
76QPushButton#sendContactRequestButton:hover, QPushButton#sendButton:hover, QPushButton#sendIMButton:hover {
77 background-color: rgb(237, 237, 237);
78}
79
80QPushButton#imBackButton:pressed, QPushButton#btnAudioCall:pressed, QPushButton#btnVideoCall:pressed,
81QPushButton#sendContactRequestButton:pressed, QPushButton#sendButton:pressed, QPushButton#sendIMButton:pressed {
82 background-color: rgb(212, 212, 212);
83}
84
Nicolas Jagerb98066a2016-01-15 12:10:08 -050085RingContactLineEdit{
Nicolas Jager97a21b42015-12-03 16:55:45 -050086 border-color: rgb(242, 242, 242);
87 border-radius: 5px;
88 border-width: 2px;
89 background-color: rgb(242, 242, 242);
Edric Milaret627500d2015-03-27 16:41:40 -040090}
91
Andreas Traczyk6ace34f2018-12-14 14:31:23 -050092.QLineEdit{
93 border-color: rgb(242, 242, 242);
94 border-radius: 15px;
95 border-width: 2px;
96 background-color: rgb(242, 242, 242);
97 padding-left: 4px;
98 padding-right: 4px;
99 height: 30px;
100}
101
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500102QScrollBar:vertical, QScrollBar:horizontal{
Nicolas Jager97a21b42015-12-03 16:55:45 -0500103 background:white; width:0px;
Edric Milaret627500d2015-03-27 16:41:40 -0400104}
105
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500106QScrollBar::handle:vertical, QScrollBar::handle:horizontal{
107 background: rgb(255, 255, 255);
Edric Milaret627500d2015-03-27 16:41:40 -0400108}
109
Andreas Traczykb8b13ba2018-08-21 16:30:16 -0400110SmartListView {
Edric Milareta0ebd062016-01-13 12:18:23 -0500111 background-color: white;
112 border: none;
113}
114
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500115QListView#audioCodecView, QListView#videoCodecView, QListView#cipherListView{
116 background-color: transparent;
117 border: 2px solid rgb(77, 77, 77);
118}
119
Andreas Traczyke3a3bca2019-01-03 14:35:16 -0500120QListView#audioCodecView::item, QListView#videoCodecView::item, QListView#cipherListView::item {
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500121 height: 30px;
122 font: 30px;
123
124}
125
Andreas Traczyke3a3bca2019-01-03 14:35:16 -0500126QListView#audioCodecView::indicator, QListView#videoCodecView::indicator,
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500127QListView#cipherListView::indicator{
128 height : 12 px;
129 width : 12 px;
130 border: 2px solid rgb(77, 77, 77);
131 border-radius: 4px;
132 background: none;
133}
134
135QListView#audioCodecView::indicator:checked, QListView#videoCodecView::indicator:checked,
Andreas Traczyke3a3bca2019-01-03 14:35:16 -0500136QListView#cipherListView::indicator:checked{
Sébastien Blincba5b522018-12-10 12:48:36 -0500137 border-color: #2b4b7e;
138 background: #2b4b7e;
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500139 image: url(":/images/icons/ic_check_white_18dp_2x.png");
140}
141
142QListView#audioCodecView::item:selected, QListView#videoCodecView::item:selected,
143QListView#cipherListView::item:selected{
144 background-color: rgba(220, 220, 220, 255);
Nicolas Jager032c0002016-02-18 16:38:09 -0500145 border: none;
Edric Milareta0ebd062016-01-13 12:18:23 -0500146}
147
Andreas Traczyke3a3bca2019-01-03 14:35:16 -0500148QListView#audioCodecView::item:hover, QListView#videoCodecView::item:hover,
149QListView#cipherListView::item:hover{
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500150 background-color: rgba(229, 229, 229, 255);
151 border-radius: 18px;
152}
153
154QListView#cipherListView::item:disabled
155{
156 background-color: transparent;
157}
158
Andreas Traczykb8b13ba2018-08-21 16:30:16 -0400159SmartListView::item:selected, QListView#accountView::item:selected, QListView#contactView::item:selected,
Andreas Traczyke3a3bca2019-01-03 14:35:16 -0500160QListView#BannedList::item:selected {
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500161 background-color: rgba(220, 220, 220, 255);
162 border: none;
163}
164
Andreas Traczykb8b13ba2018-08-21 16:30:16 -0400165SmartListView::item:hover, QListView#accountView::item:hover, QListView#contactView::item:hover,
Andreas Traczyke3a3bca2019-01-03 14:35:16 -0500166QListView#BannedList::item:hover {
Nicolas Jagerd0b33752016-01-17 00:00:40 -0500167 background-color: rgba(242, 242, 242, 255);
Edric Milareta0ebd062016-01-13 12:18:23 -0500168}
169
Andreas Traczyke3a3bca2019-01-03 14:35:16 -0500170QWidget#messagingHeaderWidget {
171 background-color: rgba(255, 255, 255, 255);
172 border-bottom: 2px solid rgb(240, 240, 240);
Nicolas Jagerd0b33752016-01-17 00:00:40 -0500173}
174
Andreas Traczyke3a3bca2019-01-03 14:35:16 -0500175QWidget#messageViewLayoutWidget, QWidget#welcomePage {
176 background-color: rgba(255, 255, 255, 255);
Nicolas Jager0a9fc602016-03-11 18:35:42 -0500177}
178
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500179QPushButton#holdButton, QPushButton#chatButton, QPushButton#noMicButton, QPushButton#noVideoButton,
Edric Milareta5fe70f2016-02-05 15:03:31 -0500180QPushButton#transferButton, QPushButton#addPersonButton, QPushButton#joinButton,
Andreas Traczyke3a3bca2019-01-03 14:35:16 -0500181QPushButton#qualityButton, QPushButton#recButton {
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500182 background-color: rgba(0, 0, 0, 140);
183 border-radius: 18px;
Andreas Traczyke3a3bca2019-01-03 14:35:16 -0500184 border: solid 1px;
Edric Milaret627500d2015-03-27 16:41:40 -0400185}
186
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500187QPushButton#holdButton:hover, QPushButton#chatButton:hover, QPushButton#noMicButton:hover,
188QPushButton#noVideoButton:hover, QPushButton#transferButton:hover, QPushButton#addPersonButton:hover,
189QPushButton#joinButton:hover, QPushButton#qualityButton:hover, QPushButton#addToContactButton:hover,
190QPushButton#recButton:hover{
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500191 background-color: rgba(0, 192, 213, 0.6);
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500192}
193
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500194QPushButton#holdButton:pressed, QPushButton#chatButton:pressed, QPushButton#noMicButton:pressed,
195QPushButton#noVideoButton:pressed, QPushButton#transferButton:pressed, QPushButton#addPersonButton:pressed,
196QPushButton#joinButton:pressed, QPushButton#qualityButton:pressed, QPushButton#addToContactButton:pressed,
197QPushButton#recButton:pressed{
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500198 background-color: rgba(0, 192, 213, 0.8);
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500199}
200
Edric Milareta5fe70f2016-02-05 15:03:31 -0500201QPushButton#holdButton:checked, QPushButton#noMicButton:checked,
202QPushButton#noVideoButton:checked, QPushButton#recButton:checked,
203QPushButton#chatButton:checked{
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500204 background-color: rgba(0, 192, 213, 0.8);
Edric Milaret627500d2015-03-27 16:41:40 -0400205}
206
Nicolas Jagerb98066a2016-01-15 12:10:08 -0500207QPushButton#hangupButton{
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500208 background-color: rgba(200, 0, 0, 0.6);
209 border-radius: 18px;
210 border:solid 1px;
Edric Milaret627500d2015-03-27 16:41:40 -0400211}
212
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500213QPushButton#hangupButton:hover{
214 background-color: rgba(255, 0, 0, 0.6);
Edric Milaret627500d2015-03-27 16:41:40 -0400215}
216
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500217QPushButton#hangupButton:pressed{
218 background-color: rgba(255, 0, 0, 0.8);
Edric Milaret12353822015-05-14 14:41:09 -0400219}
Edric Milareta0ebd062016-01-13 12:18:23 -0500220
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500221QPushButton#exitSettingsButton, QPushButton#settingsButton, QPushButton#addToContactButton,
Andreas Traczyk912242e2018-10-29 14:44:44 -0400222QPushButton#sendCRBackButton, QPushButton#copyCMButton, QPushButton#pendingCRBackButton,
Olivier SOLDANO5cb1a422017-07-26 11:16:50 -0400223QPushButton#videoCfgBtn{
Nicolas Jager032c0002016-02-18 16:38:09 -0500224 background-color: #414141;
225 border-radius: 15px;
226 border:solid 1px;
Edric Milareta0ebd062016-01-13 12:18:23 -0500227}
Edric Milaret864a2052016-01-14 15:45:03 -0500228
Andreas Traczyk912242e2018-10-29 14:44:44 -0400229QPushButton#exitSettingsButton:hover, QPushButton#settingsButton:hover,
Olivier SOLDANO2bcdfd72017-05-02 14:37:19 -0400230QPushButton#sendCRBackButton:hover, QPushButton#copyCMButton:hover, QPushButton#pendingCRBackButton:hover,
Olivier SOLDANO5cb1a422017-07-26 11:16:50 -0400231QPushButton#videoCfgBtn:hover{
Nicolas Jager032c0002016-02-18 16:38:09 -0500232 background-color: #515151;
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500233}
234
Andreas Traczyk912242e2018-10-29 14:44:44 -0400235QPushButton#exitSettingsButton:pressed, QPushButton#settingsButton:pressed,
Olivier SOLDANO2bcdfd72017-05-02 14:37:19 -0400236QPushButton#sendCRBackButton:pressed, QPushButton#copyCMButton:pressed, QPushButton#pendingCRBackButton:pressed,
Olivier SOLDANO5cb1a422017-07-26 11:16:50 -0400237QPushButton#videoCfgBtn:pressed{
Nicolas Jager032c0002016-02-18 16:38:09 -0500238 background-color: #313131;
Edric Milaret864a2052016-01-14 15:45:03 -0500239}
Nicolas Jager540a5112016-01-15 15:54:34 -0500240
Edric Milaret1e598592016-09-02 10:10:01 -0400241QToolButton#qrButton, QToolButton#shareButton{
Andreas Traczyk43c08232018-10-31 13:42:09 -0400242 background-color: rgb(242, 242, 242);
243 border-style: solid;
244 border-width: 0px;
245 border-radius: 5px;
246 padding: 8px;
247 color: rgb(32, 32, 32);
Edric Milaret1e598592016-09-02 10:10:01 -0400248}
249
250QToolButton#qrButton:hover, QToolButton#shareButton:hover{
Andreas Traczyk43c08232018-10-31 13:42:09 -0400251 background-color: rgb(237, 237, 237);
Edric Milaret1e598592016-09-02 10:10:01 -0400252}
253
254QToolButton#qrButton:pressed, QToolButton#shareButton:pressed{
Andreas Traczyk43c08232018-10-31 13:42:09 -0400255 background-color: rgb(212, 212, 212);
Edric Milaret1e598592016-09-02 10:10:01 -0400256}
257
258QToolButton#qrButton:checked {
Andreas Traczyk43c08232018-10-31 13:42:09 -0400259 background-color: rgb(237, 237, 237);
Edric Milaret1e598592016-09-02 10:10:01 -0400260}
261
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500262QPushButton#btnvideo{
Sébastien Blincba5b522018-12-10 12:48:36 -0500263 background-color: #109ede;
Nicolas Jager032c0002016-02-18 16:38:09 -0500264 border-radius: 15px;
265 border:solid 1px;
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500266}
267
Nicolas Jager540a5112016-01-15 15:54:34 -0500268QScrollBar:vertical{
269 background: rgb(242, 242, 242);
270 width:10px;
271}
272
273QScrollBar::handle:vertical{
274 background: rgb(77, 77, 77);
275}
Nicolas Jagerd0b33752016-01-17 00:00:40 -0500276
Nicolas Jager0a9fc602016-03-11 18:35:42 -0500277QDialog#CallUtilsDialog, QDialog#QualityDialog{
278 background: transparent;
279}
280
281QWidget#roundedFrame{
282 background-color: rgba(250, 250, 250, 0.8);
283 border-color: rgba(25, 25, 25, 1.0);
284 border-radius: 8px;
285 border:solid 1px;
286}
287
288QWidget#spike{
289 background-color: rgba(250, 250, 250, 0.8);
290 border-color: rgba(25, 25, 25, 1.0);
291}
292
293QListView#contactView{
294 background: transparent;
295}
296
Andreas Traczyke3a3bca2019-01-03 14:35:16 -0500297QWidget#messagingPage, QWidget#contactRequestPage,
298QDialog#DeleteAccountDialog {
Olivier SOLDANO815d92f2017-07-13 14:05:36 -0400299 background: rgb(255, 255, 255);
Nicolas Jagerd0b33752016-01-17 00:00:40 -0500300}
301
Anthony Léonard955b9572016-11-10 13:28:39 -0500302QPushButton#nextButton, QPushButton#playButton, QPushButton#clearHistoryButton, QPushButton#doTransferButton,
Andreas Traczyk6ace34f2018-12-14 14:31:23 -0500303QPushButton#photoButton,
Edric Milaret57467842016-08-30 13:06:11 -0400304QPushButton#existingPushButton, QPushButton#newAccountButton, QPushButton#previousButton, QPushButton#exportButton,
Anthony Léonardaa90e1a2016-10-12 11:24:17 -0400305QPushButton#cancelAddButton, QPushButton#exportOnRingButton, QPushButton#addDeviceButton, QPushButton#exportEndedOkButton,
Andreas Traczyk912242e2018-10-29 14:44:44 -0400306QPushButton#errorPushButton, QPushButton#registerButton, QPushButton#acceptCRButton, QPushButton#discardCRButton, QPushButton#deleteCancelBtn,
Andreas Traczyk6ace34f2018-12-14 14:31:23 -0500307QPushButton#dhtImportBtn, QPushButton#fileImportBtn, QPushButton#changePassBtn, QPushButton#confirmChangeBtn, QPushButton#backButton {
308 background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0,
309 stop: 0 #109ede, stop: 1.0 #2b5084);
Nicolas Jager032c0002016-02-18 16:38:09 -0500310 border: 0px;
Andreas Traczyk6ace34f2018-12-14 14:31:23 -0500311 border-radius: 15px;
312 height: 30px;
Nicolas Jager032c0002016-02-18 16:38:09 -0500313 color: white;
314 font: 14px;
Edric Milaret4097d2f2016-02-09 14:41:50 -0500315}
316
Andreas Traczyk6ace34f2018-12-14 14:31:23 -0500317QPushButton#nextButton:disabled, QPushButton#playButton:disabled, QPushButton#clearHistoryButton:disabled,
318QPushButton#doTransferButton:disabled, QPushButton#photoButton:disabled,
319QPushButton#existingPushButton:disabled, QPushButton#newAccountButton:disabled, QPushButton#previousButton:disabled,
320QPushButton#exportButton:disabled, QPushButton#cancelAddButton:disabled, QPushButton#exportOnRingButton:disabled,
321QPushButton#addDeviceButton:disabled, QPushButton#exportEndedOkButton:disabled, QPushButton#errorPushButton:disabled,
322QPushButton#registerButton:disabled, QPushButton#acceptCRButton:disabled, QPushButton#discardCRButton:disabled,
323QPushButton#deleteCancelBtn:disabled, QPushButton#dhtImportBtn:disabled, QPushButton#fileImportBtn:disabled,
324QPushButton#changePassBtn:disabled, QPushButton#confirmChangeBtn:disabled, QPushButton#backButton:disabled {
325 background: rgba(242, 242, 242, 0.8);
326 color: grey;
327}
328
Isa Nanic6e4a39a2018-12-04 14:26:02 -0500329QPushButton#blockCRButton, QPushButton#debanButton, QPushButton#deleteBanBtn,
Olivier SOLDANOd048d172017-09-28 15:34:32 -0400330QPushButton#cancelChangeBtn {
Anthony Léonarddd9fb6a2017-04-26 10:25:48 -0400331 background-color: rgb(251, 72, 71);
332 border: 0px;
333 color: white;
334 font: 14px;
335}
336
Anthony Léonard955b9572016-11-10 13:28:39 -0500337QPushButton#nextButton:hover, QPushButton#playButton:hover, QPushButton#clearHistoryButton:hover,
Isa Nanic6e4a39a2018-12-04 14:26:02 -0500338QPushButton#doTransferButton:hover, QPushButton#photoButton:hover,
Edric Milaret57467842016-08-30 13:06:11 -0400339QPushButton#existingPushButton:hover, QPushButton#newAccountButton:hover, QPushButton#previousButton:hover,
340QPushButton#exportButton:hover, QPushButton#cancelAddButton:hover, QPushButton#exportOnRingButton:hover,
Anthony Léonardaa90e1a2016-10-12 11:24:17 -0400341QPushButton#addDeviceButton:hover, QPushButton#exportEndedOkButton:hover, QPushButton#errorPushButton:hover,
Andreas Traczyk912242e2018-10-29 14:44:44 -0400342QPushButton#registerButton:hover, QPushButton#acceptCRButton:hover, QPushButton#discardCRButton:hover,
Olivier SOLDANOd048d172017-09-28 15:34:32 -0400343QPushButton#deleteCancelBtn:hover, QPushButton#dhtImportBtn:hover, QPushButton#fileImportBtn:hover,
Andreas Traczyk6ace34f2018-12-14 14:31:23 -0500344QPushButton#changePassBtn:hover, QPushButton#confirmChangeBtn:hover, QPushButton#backButton:hover {
345 background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0,
346 stop: 0 #2b4b7e, stop: 1.0 #001d4d);
347 color: white;
Edric Milaret4097d2f2016-02-09 14:41:50 -0500348}
349
Olivier SOLDANOcc28a0d2017-07-21 13:53:31 -0400350QPushButton#blockCRButton:hover, QPushButton#deleteAcceptBtn:hover, QPushButton#debanButton:hover,
Olivier SOLDANOd048d172017-09-28 15:34:32 -0400351QPushButton#deleteButton:hover, QPushButton#deleteBanBtn:hover, QPushButton#cancelChangeBtn:hover {
Anthony Léonarddd9fb6a2017-04-26 10:25:48 -0400352 background-color: rgb(252, 91, 90);
353}
354
Anthony Léonard955b9572016-11-10 13:28:39 -0500355QPushButton#nextButton:pressed, QPushButton#playButton:pressed, QPushButton#clearHistoryButton:pressed,
Isa Nanic6e4a39a2018-12-04 14:26:02 -0500356QPushButton#doTransferButton:pressed, QPushButton#photoButton:pressed,
Edric Milaret57467842016-08-30 13:06:11 -0400357QPushButton#existingPushButton:pressed, QPushButton#newAccountButton:pressed, QPushButton#previousButton:pressed,
358QPushButton#exportButton:pressed, QPushButton#cancelAddButton:pressed, QPushButton#exportOnRingButton:pressed,
Anthony Léonardaa90e1a2016-10-12 11:24:17 -0400359QPushButton#addDeviceButton:pressed, QPushButton#exportEndedOkButton:pressed, QPushButton#errorPushButton:pressed,
Andreas Traczyk912242e2018-10-29 14:44:44 -0400360QPushButton#registerButton:pressed, QPushButton#acceptCRButton:pressed, QPushButton#discardCRButton:pressed,
Olivier SOLDANOd048d172017-09-28 15:34:32 -0400361QPushButton#deleteCancelBtn:pressed, QPushButton#dhtImportBtn:pressed, QPushButton#fileImportBtn:pressed,
Andreas Traczyk6ace34f2018-12-14 14:31:23 -0500362QPushButton#changePassBtn:pressed, QPushButton#confirmChangeBtn:pressed, QPushButton#backButton:pressed {
363 background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0,
364 stop: 0 #043161, stop: 1.0 #00113f);
365 color: white;
Nicolas Jager032c0002016-02-18 16:38:09 -0500366}
Olivier SOLDANOcc28a0d2017-07-21 13:53:31 -0400367
368QPushButton#blockCRButton:pressed, QPushButton#deleteAcceptBtn:pressed, QPushButton#debanButton:pressed,
Olivier SOLDANOd048d172017-09-28 15:34:32 -0400369QPushButton#deleteBanBtn:pressed, QPushButton#cancelChangeBtn:pressed{
Anthony Léonarddd9fb6a2017-04-26 10:25:48 -0400370 background-color: rgb(219, 55, 54);
371}
Nicolas Jager032c0002016-02-18 16:38:09 -0500372
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500373QComboBox{
374 background: transparent;
375 border-radius: 0px;
376 border-style: solid;
377 border-width: 2px;
378 border-color: #414141;
Andreas Traczykb8b13ba2018-08-21 16:30:16 -0400379 border-bottom: transparent;
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500380 border-top: transparent;
381 border-left: transparent;
382 border-right: transparent;
383 font: 11pt "Sans Serif";
384 padding: 2px;
385}
386
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500387QComboBox::down-arrow{
388 border-radius: 0px;
389 border-style: solid;
390 border-width: 2px;
391 height: 36;
392 width : 36;
393 image: url(":/images/icons/ic_arrow_drop_down_black_18dp_2x.png");
394}
395
396QComboBox::drop-down{
Andreas Traczyk6ace34f2018-12-14 14:31:23 -0500397 border: 0;
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500398 width: 36px;
399}
400
401QRadioButton::indicator{
Andreas Traczyk912242e2018-10-29 14:44:44 -0400402 width: 1 ;
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500403 height: 12px;
404 border-radius: 8px;
405 border-width: 2px;
406 border-style: solid;
407}
408
409QRadioButton::indicator:unchecked{
410 border-color: rgb(77, 77, 77);
411 background: transparent;
412}
413
414QRadioButton::indicator:checked{
Sébastien Blincba5b522018-12-10 12:48:36 -0500415 background: #109ede;
416 border-color: #109ede;
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500417 image: url(":/images/icons/ic_check_white_18dp_2x.png");
418}
419
420QWidget#horizontalWidget{
421 background: transparent;
422}
423
424
425QPushButton#generalTabButton, QPushButton#videoTabButton, QPushButton#accountTabButton{
426 background: transparent;
427 color: rgb(77, 77, 77);
428 border-radius: 0px;
429 border-style: solid;
430 border-width: 2px;
431 border-color: #414141;
432 border-top: transparent;
433 border-left: transparent;
434 border-right: transparent;
435 font: 12pt "Sans Serif";
436 padding: 2px;
437}
438
Olivier SOLDANO57442b22017-04-20 11:56:57 -0400439QPushButton#quickValidCRBtn, QPushButton#quickMuteCRBtn, QPushButton#quickBanCRBtn{
440 border-radius: 2px;
441 height:25px;
442 width:25px;
443 margin: 2px 2px 2px 2px;
444 text-align: center;
445 font: 10pt "FontAwesome";
446}
447
Andreas Traczyke3a3bca2019-01-03 14:35:16 -0500448QSpinBox {
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500449 background: transparent;
450 border-radius: 0px;
451 border-style: solid;
452 border-width: 2px;
453 border-color: #414141;
454 border-top: transparent;
455 border-left: transparent;
456 border-right: transparent;
457 font: 11pt "Sans Serif";
458 padding: 2px;
459}
460
Andreas Traczyke3a3bca2019-01-03 14:35:16 -0500461QSpinBox:focus {
Sébastien Blincba5b522018-12-10 12:48:36 -0500462 border-color: #109ede;
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500463}
464
465QCheckBox::indicator{
466 height : 12 px;
467 width : 12 px;
468 border: 2px solid rgb(77, 77, 77);
469 border-radius: 4px;
470 background: none;
471}
472
473QCheckBox::indicator:checked{
Sébastien Blincba5b522018-12-10 12:48:36 -0500474 border-color: #2b4b7e;
475 background: #2b4b7e;
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500476 image: url(":/images/icons/ic_check_white_18dp_2x.png");
477}
478
479QSpinBox::down-button{
480 height: 9;
481 width : 9;
Nicolas Jager68d5ed12016-03-10 13:50:44 -0500482 image: url(":/images/icons/ic_arrow_drop_down_black_9dp_2x.png");
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500483}
484
485QSpinBox::up-button{
486 height: 9;
487 width : 9;
Nicolas Jager68d5ed12016-03-10 13:50:44 -0500488 image: url(":/images/icons/ic_arrow_drop_up_black_9dp_2x.png");
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500489}
490
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500491QLineEdit#lrcfg_alias:focus, QLineEdit#lrcfg_hostname:focus, QLineEdit#lrcfg_password:focus,
492QLineEdit#lrcfg_proxy:focus, QLineEdit#lrcfg_mailbox:focus, QLineEdit#lrcfg_tlsPassword:focus,
493QLineEdit#lrcfg_tlsServerName:focus, QLineEdit#lrcfg_turnServerRealm:focus, QLineEdit#lrcfg_turnServerUsername:focus,
Edric Milaret9d877ab2016-04-11 11:15:56 -0400494QLineEdit#lrcfg_turnServerPassword:focus, QLineEdit#lrcfg_turnServer:focus, QLineEdit#lrcfg_publishedAddress:focus,
Olivier SOLDANO9657fd12017-03-27 16:06:53 -0400495QLineEdit#lrcfg_registeredName:focus, QLineEdit#lrcfg_nameServiceURL:focus, QLineEdit#lrcfg_username:focus,
496QLineEdit#profileNameEdit:focus{
Sébastien Blincba5b522018-12-10 12:48:36 -0500497 border-color: #109ede;
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500498}
499
500QTabWidget#tabWidget{
501 border-color: transparent;
502}
503
504QPushButton#upAudioButton, QPushButton#downAudioButton, QPushButton#upVideoButton, QPushButton#downVideoButton{
505 background: transparent;
506}
507
Edric Milaret25236d92016-03-28 09:40:58 -0400508QPushButton#avatarButton:hover {
509 border: 2px solid rgb(77, 77, 77);
Anthony Léonard955b9572016-11-10 13:28:39 -0500510 border-radius: 50px;
Edric Milaret25236d92016-03-28 09:40:58 -0400511}
512
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500513QWidget#leftPannel{
514 background: white;
515}
516
517QSlider::groove:vertical{
518 background: red;
519 position: absolute; /* absolutely position 4px from the left and right of the widget. setting margins on the widget should work too... */
520 width:2px;
521}
522
523QSlider::handle:vertical{
524 height: 10px;
Sébastien Blincba5b522018-12-10 12:48:36 -0500525 background: #109ede;
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500526 border-radius: 5px;
527 margin: 0 -4px;
528}
529
530QSlider::sub-page:vertical{
531 background: #777777;
532}
533
534QSlider::add-page:vertical{
Sébastien Blincba5b522018-12-10 12:48:36 -0500535 background: #109ede;
Nicolas Jager74fe46f2016-02-29 14:55:09 -0500536}
Edric Milarete19c4cd2016-02-12 10:19:44 -0500537
538QToolButton::menu-button {image:none;}
539
540QToolButton::menu-arrow {image:none;}
Olivier SOLDANO9b7e80d2017-05-04 16:06:01 -0400541
542QLabel#accountIdLabel, QLabel#accountAliasLabel, QLabel#deletionLabel1, QLabel#deletionLabel2,
543QLabel#warningLabel{
544 background: transparent;
545 font: 11pt "Sans Serif";
546}
547
548QLabel#accountAliasLabel, QLabel#deletionLabel1, QLabel#deletionLabel2{
549 color: black;
550}
551
552QLabel#warningLabel{
553 color: red;
554}
555
556QLabel#accountIdLabel{
557 color: LightSlateGrey;
558 font-style: italic;
559}
560
561QLabel#accountAliasLabel{
562 font-weight: bold;
563}
Isa Nanic6e4a39a2018-12-04 14:26:02 -0500564
565/* setAvatarDialog { */
566QPushButton#pictureButton:default, QPushButton#fileButton:default {
567 background-color: rgb(0, 192, 213,);
568}
569
570QPushButton#pictureButton:checked, QPushButton#fileButton:checked {
571 background-color: rgb(0, 0, 213);
572}
573/* } setAvatarDialog */
574
575
576/* SettingsWidget { */
577
578/* } SettingsWidget */