blob: 44eeecf52f6cd7e2fe21737fbaa10a53c6e6f197 [file] [log] [blame]
Sébastien Blin1f915762020-08-03 13:27:42 -04001
2QPushButton {
3 background-color: rgb(242, 242, 242);
4 border-style: solid;
5 border-width: 0px;
6 border-radius: 15px;
7 color: rgb(32, 32, 32);
8}
9
10QPushButton#pinInfoBtn, QPushButton#backupInfoBtn {
11 background: transparent;
12}
13
14QPushButton#takePhotoButton, QPushButton#importButton {
15 background-color: rgb(242, 242, 242);
16 border-radius: 5px;
17 border:solid 0px;
18}
19
20QPushButton#acceptButton{
21 background-color: #4caf50;
22 border-radius: 28px;
23 border:solid 1px;
24}
25
26QPushButton#refuseButton, QPushButton#cancelButton{
27 background-color: #f44336;
28 border-radius: 28px;
29 border:solid 1px;
30}
31
32QPushButton#acceptButton:hover{
33 background-color: #5db761;
34}
35
36QPushButton#acceptButton:pressed{
37 background-color: #449d48;
38}
39
40QPushButton#refuseButton:hover, QPushButton#cancelButton:hover{
41 background-color: #f5554a;
42}
43
44QPushButton#refuseButton:pressed, QPushButton#cancelButton:pressed{
45 background-color: #db3c30;
46}
47
48QWidget#smartListOuterWidget {
49 background-color: rgb(255, 255, 255);
50}
51
52QWidget#previewContainer {
53 background-color: black;
54}
55
56QPushButton#btnConversations, QPushButton#btnInvites {
57 border-radius: 0px;
58 border-top-left-radius: 15px;
59 border-top-right-radius: 15px;
60 color: rgb(32, 32, 32);
61 height: 28px;
62 padding: 0px;
63 background-color: rgb(240, 240, 240);
64 border-top: 2px solid rgb(240, 240, 240);
65 border-right: 2px solid rgb(240, 240, 240);
66 border-bottom: 2px solid rgb(240, 240, 240);
67 border-left: 2px solid rgb(240, 240, 240);
68}
69
70QPushButton#btnConversations:hover, QPushButton#btnInvites:hover {
71 background-color: rgb(188, 185, 184);
72 border-top: 2px solid rgb(188, 185, 184);
73 border-right: 2px solid rgb(188, 185, 184);
74 border-bottom: 2px solid rgb(188, 185, 184);
75 border-left: 2px solid rgb(188, 185, 184);
76}
77
78QPushButton#btnConversations:checked, QPushButton#btnInvites:checked {
79 background-color: rgb(255, 255, 255);
80 border-bottom: 2px solid rgb(255, 255, 255);
81}
82
83QPushButton#btnConversations:hover:checked, QPushButton#btnInvites:hover:checked {
84 border-top: 2px solid rgb(240, 240, 240);
85 border-right: 2px solid rgb(240, 240, 240);
86 border-bottom: 2px solid rgb(255, 255, 255);
87 border-left: 2px solid rgb(240, 240, 240);
88}
89
90QPushButton#imBackButton, QPushButton#btnAcceptInvite, QPushButton#btnIgnoreInvite,
91QPushButton#btnBlockInvite, QPushButton#btnAudioCall, QPushButton#btnVideoCall,
92QPushButton#sendContactRequestButton, QPushButton#sendButton, QPushButton#sendIMButton,
93QPushButton#btnExitSettings {
94 background-color: transparent;
95 border-style: solid;
96 border-width: 0px;
97 border-radius: 15px;
98 padding: 8px;
99 color: rgb(32, 32, 32);
100}
101
102QPushButton#btnAcceptInvite:hover, QPushButton#btnIgnoreInvite:hover, QPushButton#btnBlockInvite:hover {
103 background-color: rgb(212, 212, 212);
104}
105
106QPushButton#btnAcceptInvite:pressed, QPushButton#btnIgnoreInvite:pressed, QPushButton#btnBlockInvite:pressed {
107 background-color: rgb(187, 187, 187);
108}
109
110 QPushButton#imBackButton:hover, QPushButton#btnAudioCall:hover, QPushButton#btnVideoCall:hover,
111 QPushButton#sendContactRequestButton:hover, QPushButton#sendButton:hover, QPushButton#sendIMButton:hover,
112 QPushButton#btnExitSettings:hover, QPushButton#btnDeleteAccept:hover, QPushButton#btnDeleteCancel:hover,
113 QPushButton#changelogButton:hover, QPushButton#creditsButton:hover, QPushButton#changelogButton:hover, QPushButton#updateCancelBtn:hover,
114 QPushButton#updateAcceptBtn:hover, QPushButton#installBetaButton:hover, QPushButton#closeAboutDialogButton:hover {
115 background-color: rgb(237, 237, 237);
116 }
117
118 QPushButton#imBackButton:pressed, QPushButton#btnAudioCall:pressed, QPushButton#btnVideoCall:pressed,
119 QPushButton#sendContactRequestButton:pressed, QPushButton#sendButton:pressed, QPushButton#sendIMButton:pressed,
120 QPushButton#btnExitSettings:pressed, QPushButton#btnDeleteAccept:pressed, QPushButton#btnDeleteCancel:pressed,
121 QPushButton#changelogButton:pressed, QPushButton#creditsButton:pressed, QPushButton#changelogButton:pressed, QPushButton#updateCancelBtn:pressed,
122 QPushButton#updateAcceptBtn:pressed, QPushButton#installBetaButton:pressed, QPushButton#closeAboutDialogButton:pressed {
123 background-color: rgb(212, 212, 212);
124 }
125
126QWidget#searchBarLayoutWidget, QWidget#smartList,
127QWidget#sidePanelLayoutWidget, QWidget#leftSettingsWidget {
128 border-right: 2px solid rgb(240, 240, 240);
129}
130
131RingContactLineEdit{
132 border-radius: 15px;
133 border: 2px solid rgb(240, 240, 240);
134 background-color: rgb(240, 240, 240);
135}
136
137RingContactLineEdit:focus{
138 border: 2px solid rgb(240, 240, 240);
139 background-color: rgb(255, 255, 255);
140}
141
142.QLineEdit{
143 border-color: rgb(240, 240, 240);
144 border-radius: 15px;
145 border-width: 2px;
146 background-color: rgb(240, 240, 240);
147 padding-left: 4px;
148 padding-right: 4px;
149 height: 30px;
150}
151
152QScrollBar:vertical, QScrollBar:horizontal{
153 background:white; width:0px;
154}
155
156QScrollBar::handle:vertical, QScrollBar::handle:horizontal{
157 background: rgb(255, 255, 255);
158}
159
160SmartListView {
161 background-color: white;
162 border: none;
163}
164
165SmartListView::item:selected, QListView#BannedList::item:selected {
166 background-color: rgba(220, 220, 220, 255);
167 border: none;
168}
169
170SmartListView::item:hover, QListView#BannedList::item:hover {
171 background-color: rgba(242, 242, 242, 255);
172}
173
174QWidget#messagingHeaderWidget {
175 background-color: rgba(255, 255, 255, 255);
176 border-bottom: 2px solid rgb(240, 240, 240);
177}
178
179QWidget#messageViewLayoutWidget, QWidget#welcomePage {
180 background-color: rgba(255, 255, 255, 255);
181}
182
183QPushButton#holdButton, QPushButton#chatButton, QPushButton#noMicButton, QPushButton#noVideoButton, QPushButton#hangupButton,
184QPushButton#transferButton, QPushButton#addPersonButton, QPushButton#joinButton,
185QPushButton#qualityButton, QPushButton#recButton, QPushButton#transferCallButton,
186QPushButton#sipInputPanelButton, QPushButton#addToConferenceButton {
187 background-color: transparent;
188 border-radius: 18px;
189 border: solid 1px;
190}
191
192 QPushButton#holdButton:hover, QPushButton#chatButton:hover, QPushButton#noMicButton:hover, QPushButton#hangupButton:hover,
193 QPushButton#noVideoButton:hover, QPushButton#transferButton:hover, QPushButton#addPersonButton:hover,
194 QPushButton#joinButton:hover, QPushButton#qualityButton:hover, QPushButton#addToContactButton:hover,
195 QPushButton#recButton:hover, QPushButton#transferCallButton:hover,
196 QPushButton#sipInputPanelButton:hover, QPushButton#addToConferenceButton:hover {
197 background-color: transparent;
198 border-radius: 18px;
199 border: solid 1px;
200 }
201
202 QPushButton#holdButton:pressed, QPushButton#chatButton:pressed, QPushButton#noMicButton:pressed, QPushButton#hangupButton:pressed,
203 QPushButton#noVideoButton:pressed, QPushButton#transferButton:pressed, QPushButton#addPersonButton:pressed,
204 QPushButton#joinButton:pressed, QPushButton#qualityButton:pressed, QPushButton#addToContactButton:pressed,
205 QPushButton#recButton:pressed, QPushButton#addToConferenceButton:pressed {
206 background-color: transparent;
207 border-radius: 18px;
208 border: solid 1px;
209 }
210
211 QPushButton#holdButton:checked, QPushButton#noMicButton:checked, QPushButton#hangupButton:checked,
212 QPushButton#noVideoButton:checked, QPushButton#recButton:checked,
213 QPushButton#chatButton:checked, QPushButton#transferCallButton:checked,
214 QPushButton#sipInputPanelButton:checked, QPushButton#addToConferenceButton:checked {
215 background-color: transparent;
216 border-radius: 18px;
217 border: solid 1px;
218 }
219
220QPushButton#updateCancelButton {
221 padding: 4px;
222 background: #369;
223 color: white;
224 font-size: 12px;
225 border: 0;
226 border-radius: 3px;
227 outline: 0px;
228 width: 50px;
229}
230
231QPushButton#updateCancelButton:hover {
232 background: #47a;
233}
234
235QPushButton#updateCancelButton:pressed {
236 background: #58b;
237}
238
239QMessageBox QPushButton {
240 padding: 4px;
241 background: #369;
242 color: white;
243 font-size: 12px;
244 border: 0;
245 border-radius: 3px;
246 outline: 0px;
247 width: 50px;
248}
249
250QMessageBox QPushButton:hover {
251 background: #47a;
252}
253
254QMessageBox QPushButton:pressed {
255 background: #58b;
256}
257
258QToolButton#qrButton, QToolButton#shareButton {
259 background-color: rgb(242, 242, 242);
260 border-style: solid;
261 border-width: 0px;
262 border-radius: 15px;
263 padding: 8px;
264 color: rgb(32, 32, 32);
265}
266
267 QToolButton#qrButton:hover, QToolButton#shareButton:hover {
268 background-color: rgb(237, 237, 237);
269 }
270
271 QToolButton#qrButton:pressed, QToolButton#shareButton:pressed {
272 background-color: rgb(212, 212, 212);
273 }
274
275QToolButton#qrButton:checked {
276 background-color: rgb(237, 237, 237);
277}
278
279QPushButton#btnvideo{
280 background-color: #109ede;
281 border-radius: 15px;
282 border:solid 1px;
283}
284
285QScrollBar:vertical{
286 background: rgb(242, 242, 242);
287 width:10px;
288}
289
290QScrollBar::handle:vertical{
291 background: rgb(77, 77, 77);
292}
293
294QWidget#messagingPage, QWidget#contactRequestPage,
295QDialog#DeleteAccountDialog, QDialog#UpdateDownloadDialog,
296QDialog#UpdateConfirmDialog, QDialog#AccountMigrationDialog {
297 background: rgb(255, 255, 255);
298}
299
300QWidget#messagingPage {
301 background: rgb(255, 255, 255);
302}
303
304QDialog#PasswordDialog,
305QDialog#LinkDeviceDialog,
306QDialog#DeleteAccountDialog {
307 background: rgb(255, 255, 255);
308}
309
310QPushButton#deleteAccountPushButton {
311 background-color: red;
312 border: 0px;
313 border-radius: 15px;
314 height: 30px;
315 color: white;
316}
317
318QPushButton#deleteAccountPushButton:hover {
319 background-color: rgb(230, 0, 0);
320}
321
322QPushButton#deleteAccountPushButton:disabled {
323 background-color: rgba(255, 0, 0, 0.8);
324}
325
326QPushButton#nextButton, QPushButton#playButton, QPushButton#clearHistoryButton, QPushButton#doTransferButton,
327QPushButton#photoButton, QPushButton#migrationPushButton,
328QPushButton#fromDeviceButton, QPushButton#newAccountButton, QPushButton#previousButton, QPushButton#exportButton, QPushButton#newSIPAccountButton, QPushButton#fromBackupButton, QPushButton#connectAccountManagerButton,
329QPushButton#cancelAddButton, QPushButton#exportOnRingButton, QPushButton#addDeviceButton, QPushButton#exportEndedOkButton,
330QPushButton#errorPushButton, QPushButton#registerButton, QPushButton#acceptCRButton, QPushButton#discardCRButton, QPushButton#deleteCancelBtn,
331QPushButton#skipBtn, QPushButton#exportBtn,
332QPushButton#dhtImportBtn, QPushButton#fileImportBtn, QPushButton#changePassBtn, QPushButton#confirmChangeBtn, QPushButton#backButton {
333 background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #109ede, stop: 1.0 #2b5084);
334 border: 0px;
335 border-radius: 15px;
336 height: 30px;
337 color: white;
338}
339
340QPushButton#nextButton:disabled, QPushButton#playButton:disabled, QPushButton#clearHistoryButton:disabled,
341QPushButton#doTransferButton:disabled, QPushButton#photoButton:disabled, QPushButton#fromBackupButton:disabled
342QPushButton#existingPushButton:disabled, QPushButton#newAccountButton:disabled, QPushButton#previousButton:disabled, QPushButton#newSIPAccountButton:disabled,
343QPushButton#exportButton:disabled, QPushButton#cancelAddButton:disabled, QPushButton#exportOnRingButton:disabled,
344QPushButton#addDeviceButton:disabled, QPushButton#exportEndedOkButton:disabled, QPushButton#errorPushButton:disabled,
345QPushButton#registerButton:disabled, QPushButton#acceptCRButton:disabled, QPushButton#discardCRButton:disabled,
346QPushButton#deleteCancelBtn:disabled, QPushButton#dhtImportBtn:disabled, QPushButton#fileImportBtn:disabled,
347QPushButton#changePassBtn:disabled, QPushButton#confirmChangeBtn:disabled, QPushButton#backButton:disabled,
348QPushButton#fromDeviceButton:disabled, QPushButton#connectAccountManagerButton:disabled, QPushButton#exportBtn:disabled,
349QPushButton#skipBtn:disabled, QPushButton#migrationPushButton:disabled {
350 background: rgba(242, 242, 242, 0.8);
351 color: grey;
352}
353
354QPushButton#blockCRButton, QPushButton#debanButton, QPushButton#deleteBanBtn,
355QPushButton#cancelChangeBtn {
356 background-color: rgb(251, 72, 71);
357 border: 0px;
358 color: white;
359}
360
361QPushButton#nextButton:hover, QPushButton#playButton:hover, QPushButton#clearHistoryButton:hover,
362QPushButton#doTransferButton:hover, QPushButton#photoButton:hover, QPushButton#fromBackupButton:hover,
363QPushButton#existingPushButton:hover, QPushButton#newAccountButton:hover, QPushButton#previousButton:hover, QPushButton#newSIPAccountButton:hover,
364QPushButton#exportButton:hover, QPushButton#cancelAddButton:hover, QPushButton#exportOnRingButton:hover,
365QPushButton#addDeviceButton:hover, QPushButton#exportEndedOkButton:hover, QPushButton#errorPushButton:hover,
366QPushButton#registerButton:hover, QPushButton#acceptCRButton:hover, QPushButton#discardCRButton:hover,
367QPushButton#deleteCancelBtn:hover, QPushButton#dhtImportBtn:hover, QPushButton#fileImportBtn:hover, QPushButton#migrationPushButton:hover,
368QPushButton#changePassBtn:hover, QPushButton#confirmChangeBtn:hover, QPushButton#backButton:hover, QPushButton#skipBtn:hover,
369QPushButton#fromDeviceButton:hover, QPushButton#connectAccountManagerButton:hover, QPushButton#exportBtn:hover {
370 background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #2b4b7e, stop: 1.0 #001d4d);
371 color: white;
372}
373
374QPushButton#blockCRButton:hover, QPushButton#deleteAcceptBtn:hover, QPushButton#debanButton:hover,
375QPushButton#deleteButton:hover, QPushButton#deleteBanBtn:hover, QPushButton#cancelChangeBtn:hover {
376 background-color: rgb(252, 91, 90);
377}
378
379QPushButton#nextButton:pressed, QPushButton#playButton:pressed, QPushButton#clearHistoryButton:pressed,
380QPushButton#doTransferButton:pressed, QPushButton#photoButton:pressed, QPushButton#skipBtn:pressed, QPushButton#migrationPushButton:pressed,
381QPushButton#existingPushButton:pressed, QPushButton#newAccountButton:pressed, QPushButton#previousButton:pressed, QPushButton#newSIPAccountButton:pressed,
382QPushButton#exportButton:pressed, QPushButton#cancelAddButton:pressed, QPushButton#exportOnRingButton:pressed,
383QPushButton#addDeviceButton:pressed, QPushButton#exportEndedOkButton:pressed, QPushButton#errorPushButton:pressed,
384QPushButton#registerButton:pressed, QPushButton#acceptCRButton:pressed, QPushButton#discardCRButton:pressed,
385QPushButton#deleteCancelBtn:pressed, QPushButton#dhtImportBtn:pressed, QPushButton#fileImportBtn:pressed,
386QPushButton#changePassBtn:pressed, QPushButton#confirmChangeBtn:pressed, QPushButton#backButton:pressed, QPushButton#exportBtn:pressed {
387 background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #043161, stop: 1.0 #00113f);
388 color: white;
389}
390
391QPushButton#blockCRButton:pressed, QPushButton#deleteAcceptBtn:pressed, QPushButton#debanButton:pressed,
392QPushButton#deleteBanBtn:pressed, QPushButton#cancelChangeBtn:pressed{
393 background-color: rgb(219, 55, 54);
394}
395
396QPushButton#btnChangePasswordCancel {
397 background-color: rgb(252, 91, 90);
398 color: white;
399}
400
401QPushButton#btnChangePasswordCancel:hover {
402 background-color: red;
403 color: white;
404}
405
406QPushButton#btnChangePasswordCancel:pressed {
407 background-color: darkred;
408 color: white;
409}
410
411QComboBox{
412 background: transparent;
413 border-radius: 0px;
414 border-style: solid;
415 border-width: 2px;
416 border-color: #414141;
417 border-bottom: transparent;
418 border-top: transparent;
419 border-left: transparent;
420 border-right: transparent;
421 font-family: "Sans Serif";
422 padding: 2px;
423}
424
425QComboBox::down-arrow{
426 border-radius: 0px;
427 border-style: solid;
428 border-width: 2px;
429 height: 36;
430 width : 36;
431 image: url(":/images/icons/ic_arrow_drop_down_black_18dp_2x.png");
432}
433
434QComboBox::drop-down{
435 border: 0;
436 width: 36px;
437}
438
439QRadioButton::indicator{
440 width: 1 ;
441 height: 12px;
442 border-radius: 8px;
443 border-width: 2px;
444 border-style: solid;
445}
446
447QRadioButton::indicator:unchecked{
448 border-color: rgb(77, 77, 77);
449 background: transparent;
450}
451
452QRadioButton::indicator:checked{
453 background: #109ede;
454 border-color: #109ede;
455 image: url(":/images/icons/ic_check_white_18dp_2x.png");
456}
457
458QWidget#horizontalWidget{
459 background: transparent;
460}
461
462QCheckBox::indicator{
463 height : 12 px;
464 width : 12 px;
465 border: 2px solid rgb(77, 77, 77);
466 border-radius: 4px;
467 background: none;
468}
469
470QCheckBox::indicator:checked{
471 border-color: #2b4b7e;
472 background: #2b4b7e;
473 image: url(":/images/icons/ic_check_white_18dp_2x.png");
474}
475
476QSpinBox::down-button{
477 height: 9;
478 width : 9;
479 image: url(":/images/icons/ic_arrow_drop_down_black_9dp_2x.png");
480}
481
482QSpinBox::up-button{
483 height: 9;
484 width : 9;
485 image: url(":/images/icons/ic_arrow_drop_up_black_9dp_2x.png");
486}
487
488QLineEdit#lrcfg_alias:focus, QLineEdit#lrcfg_hostname:focus, QLineEdit#lrcfg_password:focus,
489QLineEdit#lrcfg_proxy:focus, QLineEdit#lrcfg_mailbox:focus, QLineEdit#lrcfg_tlsPassword:focus,
490QLineEdit#lrcfg_tlsServerName:focus, QLineEdit#lrcfg_turnServerRealm:focus, QLineEdit#lrcfg_turnServerUsername:focus,
491QLineEdit#lrcfg_turnServerPassword:focus, QLineEdit#lrcfg_turnServer:focus, QLineEdit#lrcfg_publishedAddress:focus,
492QLineEdit#lrcfg_registeredName:focus, QLineEdit#lrcfg_nameServiceURL:focus, QLineEdit#lrcfg_username:focus,
493QLineEdit#profileNameEdit:focus{
494 border-color: #109ede;
495}
496
497QTabWidget#tabWidget{
498 border-color: transparent;
499}
500
501QPushButton#upAudioButton, QPushButton#downAudioButton, QPushButton#upVideoButton, QPushButton#downVideoButton{
502 background: transparent;
503}
504
505QPushButton#avatarButton:hover {
506 border: 2px solid rgb(77, 77, 77);
507 border-radius: 50px;
508}
509
510QWidget#leftPannel{
511 background: white;
512}
513
514QSlider::groove:vertical{
515 background: red;
516 position: absolute; /* absolutely position 4px from the left and right of the widget. setting margins on the widget should work too... */
517 width:2px;
518}
519
520QSlider::handle:vertical{
521 height: 10px;
522 background: #109ede;
523 border-radius: 5px;
524 margin: 0 -4px;
525}
526
527QSlider::sub-page:vertical{
528 background: #777777;
529}
530
531QSlider::add-page:vertical{
532 background: #109ede;
533}
534
535QToolButton::menu-button {image:none;}
536
537QToolButton::menu-arrow {image:none;}
538
539QLabel#accountIdLabel, QLabel#accountAliasLabel, QLabel#deletionLabel1, QLabel#deletionLabel2,
540QLabel#warningLabel{
541 background: transparent;
542}
543
544QLabel#accountAliasLabel, QLabel#deletionLabel1, QLabel#deletionLabel2{
545 color: black;
546}
547
548QLabel#warningLabel{
549 color: red;
550}
551
552QLabel#labelWarning {
553 color: darkorange;
554}
555
556QLabel#accountIdLabel{
557 color: LightSlateGrey;
558 font-style: italic;
559}
560
561QLabel#accountAliasLabel{
562 font-weight: bold;
563}
564
565QLabel#dragDropLabel {
566 /*rgba 0.95 opacity (transparency)*/
567 font-size: 20px;
568 border: 2px dashed black;
569 border-radius: 10px;
570 background: rgba(216, 234, 252, 0.95);
571}
572
573/* setAvatarDialog { */
574QPushButton#pictureButton:default, QPushButton#fileButton:default {
575 background-color: rgb(0, 192, 213,);
576}
577
578QPushButton#pictureButton:checked, QPushButton#fileButton:checked {
579 background-color: rgb(0, 0, 213);
580}
581/* } setAvatarDialog */
582
583QSpinBox {
584 background-color: rgb(240, 240, 240);
585 border-radius: 14px;
586 height: 28px;
587 padding: 2px;
588 margin-bottom: 4px;
589}
590
591QSpinBox::up-button {
592 subcontrol-origin: border;
593 subcontrol-position: top right;
594 width: 16px;
595 height: 18px;
596 padding-right: 4px;
597 margin-top: 3px;
598}
599
600QSpinBox::down-button {
601 subcontrol-origin: border;
602 subcontrol-position: bottom right;
603 width: 16px;
604 height: 18px;
605 padding-right: 4px;
606 margin-bottom: 3px;
607}
608
609/* SettingsWidget { */
610SettingsWidget QLabel#wrongPasswordLabel {
611 color: red;
612 margin-left: 8px;
613}
614SettingsWidget QLabel#exportedPIN {
615 color: darkblue;
616 margin-bottom: 4px;
617}
618
619SettingsWidget QPushButton {
620 padding-right: 16px;
621 padding-left: 16px;
622 border-style: solid;
623 border-width: 0px;
624 border-radius: 15px;
625 color: rgb(32, 32, 32);
626 background-color: rgb(242, 242, 242);
627}
628
629SettingsWidget QPushButton:hover {
630 background-color: rgb(237, 237, 237);
631}
632
633SettingsWidget QPushButton:pressed {
634 background-color: rgb(212, 212, 212);
635}
636
637SettingsWidget QPushButton:disabled {
638 color: gray;
639}
640
641SettingsWidget QLabel:disabled {
642 color: rgb(160, 160, 160);
643}
644
645SettingsWidget QWidget#leftSettingsWidget,
646SettingsWidget QWidget#rightSettingsWidget,
647SettingsWidget QWidget#DeleteAccountDialog,
648SettingsWidget QWidget#advancedSettingsWidget,
649SettingsWidget QWidget#advancedSIPSettingsWidget,
650SettingsWidget QWidget#NameRegistrationDialog,
651SettingsWidget QWidget#centralWidget,
652SettingsWidget QWidget#centralSIPWidget,
653SettingsWidget QWidget#scrollAreaWidgetContents,
654SettingsWidget QWidget#scrollAreaSIPWidgetContents {
655 background-color: rgba(255, 255, 255, 255);
656}
657
658SettingsWidget .QLineEdit {
659 border-radius: 15px;
660 background-color: rgb(240, 240, 240);
661 padding-left: 8px;
662 padding-right: 8px;
663 height: 30px;
664}
665
666SettingsWidget QLineEdit#currentRingID {
667 border: 0px;
668 border-radius: 0px;
669 padding: 0px;
670 background-color: transparent;
671 font-weight: bold;
672}
673
674SettingsWidget QLineEdit#currentRegisteredID {
675 border: 2px;
676 border-radius: 15px;
677 padding: 1px;
678 padding-left: 8px;
679 margin-right: 4px;
680 border-style: solid;
681 background-color: rgb(240, 240, 240);
682}
683
684SettingsWidget QPushButton#regNameButton {
685 background-color: transparent;
686}
687
688SettingsWidget QWidget#videoLayoutWidget {
689 background-color: black;
690}
691
692SettingsWidget QPushButton#btnDeletAccount,
693SettingsWidget QPushButton#btnSIPDeletAccount {
694 background-color: rgb(252, 91, 90);
695 color: white;
696}
697
698SettingsWidget QPushButton#btnDeletAccount:hover,
699SettingsWidget QPushButton#btnSIPDeletAccount:hover {
700 background-color: red;
701 color: white;
702}
703
704SettingsWidget QPushButton#btnDeletAccount:pressed,
705SettingsWidget QPushButton#btnSIPDeletAccount:pressed {
706 background-color: darkred;
707 color: white;
708}
709
710QListView .QLabel#labelDeviceId {
711 padding-left: 4px;
712 font-weight: 300;
713}
714
715QListView .QLabel#labelThisDevice {
716 margin-right: 16px;
717 font-style: italic;
718 color: green;
719}
720
721QListWidget .QLabel {
722 background-color: transparent;
723}
724
725QListWidget .QLineEdit {
726 background-color: transparent;
727}
728
729QListWidget .QPushButton {
730 background-color: transparent;
731}
732 QListWidget .QPushButton:hover {
733 background-color: transparent;
734 }
735 QListWidget .QPushButton:pressed {
736 background-color: transparent;
737 }
738
739QListView::item:selected {
740 background-color: rgb(220, 220, 220);
741}
742
743SettingsWidget QListView {
744 background-color: whitesmoke;
745 border: 1px solid rgb(212, 212, 212);
746 font-size: 16px;
747}
748
749SettingsWidget QListView::item {
750 height: 30px;
751 font: 30px;
752 padding: 8px;
753}
754
755SettingsWidget QListView::indicator {
756 height: 12 px;
757 width: 12 px;
758 border: 2px solid rgb(77, 77, 77);
759 border-radius: 4px;
760 background: none;
761}
762
763SettingsWidget QListView::indicator:checked {
764 border-color: #2b4b7e;
765 background: #2b4b7e;
766 image: url(":/images/icons/ic_check_white_18dp_2x.png");
767}
768
769SettingsWidget QListView::item:selected {
770 background-color: rgba(220, 220, 220, 255);
771 border: none;
772 color: black;
773}
774
775SettingsWidget QListView::item:hover {
776 background-color: rgba(229, 229, 229, 255);
777}
778
779SettingsWidget QListView::item:disabled {
780 background-color: transparent;
781}
782
783/* } SettingsWidget */
784
785QPushButton#panelButton_0, QPushButton#panelButton_1, QPushButton#panelButton_2,
786QPushButton#panelButton_3, QPushButton#panelButton_4, QPushButton#panelButton_5,
787QPushButton#panelButton_6, QPushButton#panelButton_7, QPushButton#panelButton_8,
788QPushButton#panelButton_9, QPushButton#panelButton_hash, QPushButton#panelButton_A,
789QPushButton#panelButton_B, QPushButton#panelButton_C, QPushButton#panelButton_D {
790 text-align: center;
791 text-decoration: none;
792 background: #369;
793 color: white;
794 border: 0;
795 border-radius: 19px;
796 padding-bottom: 4px;
797}
798
799QPushButton#panelButton_star {
800 text-align: center;
801 text-decoration: none;
802 background: #369;
803 color: white;
804 border: 0;
805 border-radius: 19px;
806 padding-top: 4px;
807}
808
809QPushButton#panelButton_0:hover, QPushButton#panelButton_1:hover, QPushButton#panelButton_2:hover,
810QPushButton#panelButton_3:hover, QPushButton#panelButton_4:hover, QPushButton#panelButton_5:hover,
811QPushButton#panelButton_6:hover, QPushButton#panelButton_7:hover, QPushButton#panelButton_8:hover,
812QPushButton#panelButton_9:hover, QPushButton#panelButton_hash:hover, QPushButton#panelButton_star:hover,
813QPushButton#panelButton_A:hover, QPushButton#panelButton_B:hover, QPushButton#panelButton_C:hover,
814QPushButton#panelButton_D:hover {
815 background: #47a;
816}
817
818QPushButton#panelButton_0:pressed, QPushButton#panelButton_1:pressed, QPushButton#panelButton_2:pressed,
819QPushButton#panelButton_3:pressed, QPushButton#panelButton_4:pressed, QPushButton#panelButton_5:pressed,
820QPushButton#panelButton_6:pressed, QPushButton#panelButton_7:pressed, QPushButton#panelButton_8:pressed,
821QPushButton#panelButton_9:pressed, QPushButton#panelButton_hash:pressed, QPushButton#panelButton_star:pressed,
822QPushButton#panelButton_A:pressed, QPushButton#panelButton_B:pressed, QPushButton#panelButton_C:pressed,
823QPushButton#panelButton_D:pressed {
824 background: #58b;
825}
826
827QProgressBar#audioInputMeter {
828 border: 0px solid #606060;
829 background: lightgrey;
830}
831
832 QProgressBar#audioInputMeter::chunk {
833 background-color: #0c79aa;
834 margin: 2px;
835 }
836
837QLabel#nameLabel {
838 font-size: 20px;
839 font-style: initial;
840 qproperty-alignment: AlignCenter;
841 color: white;
842}
843
844QWidget#videoPage {
845 background: black;
846}
847
848QPushButton#recordOverlayStartOrFinishRecordingBtn, QPushButton#recordOverlayDeleteBtn, QPushButton#recordOverlayPlayBtn, QPushButton#recordOverlayRerecordBtn, QPushButton#recordOverlaySendBtn,
849QPushButton#recordOverlayStopPlayingBtn {
850 background-color: transparent;
851 border-radius: 18px;
852 border: solid 1px;
853}
854
855QPushButton#recordOverlayStartOrFinishRecordingBtn:hover, QPushButton#recordOverlayDeleteBtn:hover, QPushButton#recordOverlayPlayBtn:hover, QPushButton#recordOverlayRerecordBtn:hover, QPushButton#recordOverlaySendBtn:hover,
856QPushButton#recordOverlayStopPlayingBtn:hover {
857 background-color: transparent;
858 border-radius: 18px;
859 border: solid 1px;
860}
861
862QPushButton#recordOverlayStartOrFinishRecordingBtn:pressed, QPushButton#recordOverlayDeleteBtn:pressed, QPushButton#recordOverlayPlayBtn:pressed, QPushButton#recordOverlayRerecordBtn:pressed, QPushButton#recordOverlaySendBtn:pressed,
863QPushButton#recordOverlayStopPlayingBtn:pressed {
864 background-color: transparent;
865 border-radius: 18px;
866 border: solid 1px;
867}
868
869QPushButton#recordOverlayStartOrFinishRecordingBtn:checked, QPushButton#recordOverlayDeleteBtn:checked, QPushButton#recordOverlayPlayBtn:checked, QPushButton#recordOverlayRerecordBtn:checked, QPushButton#recordOverlaySendBtn:checked,
870QPushButton#recordOverlayStopPlayingBtn:checked {
871 background-color: transparent;
872 border-radius: 18px;
873 border: solid 1px;
874}
875
876QWidget#RecordWidget {
877 background-color: transparent;
878}
879
880QLabel#timerLabel {
881 background-color: transparent;
882 color: white;
883}
884
885QProgressBar#levelMeter {
886 border: 2px solid white;
887 text-align: center;
888 background: transparent;
889}
890
891 QProgressBar#levelMeter::chunk {
892 background-color: white;
893 margin: 2px;
894 }
895
896QScrollArea#changeLogScrollArea {
897 background-color: transparent;
898 color: white;
899 border: none;
900}
901
902QWidget#changeLogContents {
903 background-color: transparent;
904 color: white;
905 border: none;
906}
907
908QTextEdit#logTextEdit {
909 background-color: white;
910 color: black;
911}
912
913QPushButton#logCloseButton {
914 background-color: rgb(189, 189, 189);
915}
916
917 QPushButton#logCloseButton:hover {
918 background-color: rgb(170, 170, 170);
919 }
920 QPushButton#logCloseButton:pressed {
921 background-color: rgb(180, 180, 180);
922 }
923
924FullScreenNotification {
925 font-size: 24px;
926 color: white;
927 background-color: black;
928 border: 2px solid white;
929 padding: 100px;
930}