diff --git a/InstructorsAndTrainees/resources/css/styleSheetMain.css b/InstructorsAndTrainees/resources/css/styleSheetMain.css index ba4d42b..f50aeff 100644 --- a/InstructorsAndTrainees/resources/css/styleSheetMain.css +++ b/InstructorsAndTrainees/resources/css/styleSheetMain.css @@ -127,7 +127,7 @@ QCheckBox::indicator:!checked { QTreeWidget { - font-size: 11pt; + font-size: 12pt; font-family: Tahoma; icon-size: 24px; } @@ -164,7 +164,7 @@ QTreeWidget::branch:hover { QTreeWidget::item:selected { background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #6ea1f1, stop: 1 #567dbc); - color: #ffff00; + color: #ffffff; } @@ -255,10 +255,20 @@ QTextEdit { } QTextEdit#MsgWidgetLocal { - background: lightgreen; + /*background: tlightgreen;*/ + background: #ddffdd; + border-radius: 10px; } QTextEdit#MsgWidgetRemote { - background: lightblue; + /*background: lightblue;*/ + background: #ddeeff; + border-radius: 10px; +} +QLabel#MsgWidgetLblTimeLocal { + font-size: 9pt; +} +QLabel#MsgWidgetLblTimeRemote { + font-size: 9pt; } QWidget {