@@ -286,21 +286,31 @@ QTreeWidget::branch:open:has-children:has-siblings {
286286/*
287287 QLineEdit
288288*/
289- QLineEdit, QSpinBox, QTextEdit, QDateTimeEdit, QTimeEdit{
290- background-color: rgba(255,255,255,50 %);
289+ QLineEdit, QSpinBox, QTextEdit, QDateTimeEdit, QTimeEdit, QDateEdit {
290+ background-color: rgba(255,255,255,70 %);
291291 color:black;
292292 min-height: 25px;
293293 padding-left: 5px;
294294}
295295
296- QLineEdit:!enabled, QSpinBox:!enabled, QTextEdit :!enabled, QDateTimeEdit :!enabled, QTimeEdit :!enabled{
296+ QLineEdit:!enabled, QSpinBox:!enabled, QDateTimeEdit :!enabled, QTimeEdit :!enabled, QDateEdit :!enabled{
297297 background-color: rgba(0,0,0,0%);
298298 color:rgba(255,255,255,80%);
299299 padding-left: 0px;
300300}
301301
302+ QTextEdit:!enabled{
303+ background-color: rgba(255,255,255,70%);
304+ color: black;
305+ padding-left: 0px;
306+ }
307+
308+ QTextEdit:enabled{
309+ background-color: rgba(255,255,255,100%);
310+ }
302311
303- QDateTimeEdit::down-arrow:!enabled, QDateTimeEdit::up-arrow:!enabled {
312+
313+ QDateTimeEdit::down-arrow:!enabled, QDateTimeEdit::up-arrow:!enabled, QDateEdit::down-arrow:!enabled, QDateEdit::up-arrow:!enabled {
304314 image: none;
305315}
306316
@@ -309,7 +319,12 @@ QDateTimeEdit::down-arrow:!enabled, QDateTimeEdit::up-arrow:!enabled {
309319 QPlainTextEdit
310320*/
311321QPlainTextEdit {
312- background-color: rgba(255,255,255,50%);
322+ background-color: rgba(255,255,255,70%);
323+ color: black;
324+ }
325+
326+ QPlainTextEdit:!enabled{
327+ background-color: rgba(255,255,255,10%);
313328 color: white;
314329}
315330
@@ -346,7 +361,7 @@ QListView::item:hover {
346361QComboBox {
347362 background-color: rgba(255,255,255,50%);
348363 selection-background-color: rgba(90,90,90,100%);
349- selection-color: white ;
364+ selection-color: cyan ;
350365 border: 1px solid gray;
351366 border-radius: 3px;
352367 padding: 0px 0px 0px 0px;
@@ -368,11 +383,13 @@ QComboBox::down-arrow:!enabled {
368383
369384QComboBox QAbstractItemView {
370385 /*background-color: rgba(255,255,255,50%);*/
386+ background-color: rgba(0,0,0,100%);
371387 padding-left: 5px;
388+ border: 1px solid gray;
372389}
373390
374391QComboBox QAbstractItemView::item {
375- /* background-color: rgba(255,255,255,50 %);*/
392+ background-color: rgba(0,0,0,100 %);
376393 min-height: 25px;
377394}
378395
@@ -398,6 +415,7 @@ QPushButton:hover{
398415 background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #295d80, stop: 1 #173448);/*qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #173448, stop: 0.2 rgb(200,200,200), stop:1 #173448);*/
399416 border: 2px solid #3286bf /*rgb(186, 186, 186)*/;
400417 border-radius: 5px;
418+ font-weight: bold;
401419}
402420
403421QPushButton:!enabled{
@@ -653,18 +671,19 @@ QLabel#lblTitle{
653671 color: cyan;
654672}
655673
656- QLabel#lblWarning, QLabel#lblWarning2{
674+ QLabel#lblWarning, QLabel#lblWarning2, QLabel#lblDeviceRegisterKeyValue {
657675 font-weight: bold;
658676 font-size: 14px;
659677 color: orange;
660678}
661679
662680
663- /* Customizations for LoginDialog */
681+ /* Customizations for LoginDialog / WebLoginDialog */
664682QFrame#frameLogos{background-color:rgba(200,200,200,100%);}
665683QLabel#lblMessage{color:white;}
666684QFrame#frameMessage{background-color: transparent;}
667- QFrame#frameButtons{background-color:rgba(29,29,29,50%);}
685+ QFrame#frameButtons,QFrame#frameLoginMessages{background-color:rgba(29,29,29,50%);}
686+ QLabel#lblError{color: orange;}
668687
669688/* Customizations for MainWindow */
670689QMainWindow{background-image: url(://TeRA_Background.png); background-color: #2c3338;}
@@ -720,6 +739,7 @@ QPushButton#btnEditUser,QPushButton#btnConfig {
720739 background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(100,100,100,100%), stop: 1 rgba(148,148,148,100%));
721740 border: 1px solid rgba(148,148,148,100%);
722741 min-width: 0px;
742+ color: black;
723743}
724744
725745QPushButton#btnEditUser:hover,QPushButton#btnConfig:hover{
@@ -734,7 +754,7 @@ QToolButton#btnVideo:!checked, QToolButton#btnLog:!checked, QToolButton#btnFilte
734754 border-radius: 5px;
735755}
736756
737- QToolButton#btnLog:!checked, QToolButton#btnInSessionInfos:!checked, QToolButton#btnPause:!checked{
757+ QToolButton#btnLog:!checked, QToolButton#btnInSessionInfos:!checked, QToolButton#btnPause:!checked, QToolButton#btnEdit:!checked {
738758 color:white;
739759 background-color: transparent;
740760 border: 0px;
@@ -923,3 +943,9 @@ QPushButton#btnDefaultPath, QPushButton#btnBrowseSavePath{
923943QWidget#line{
924944 background-color: #808080;
925945}
946+
947+ QTextEdit#txtDefinition{
948+ background-color: rgba(255,255,255,30%);
949+ color: black;
950+ }
951+
0 commit comments