mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
refact
This commit is contained in:
@@ -172,12 +172,14 @@ QTreeWidget::branch:open:has-children:has-siblings {
|
||||
QTreeWidget::item:hover,
|
||||
QTreeWidget::branch:hover {
|
||||
background: #aee1ff;
|
||||
background: #C0EEEE;
|
||||
}
|
||||
|
||||
QTreeWidget::item:selected {
|
||||
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #6ea1f1, stop: 1 #567dbc);*/
|
||||
background: #6ea1f1;
|
||||
color: #ffffff;
|
||||
background: #A0CECE;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
|
||||
@@ -227,6 +229,9 @@ QTabBar::tab {
|
||||
|
||||
font-size: 12pt;
|
||||
|
||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #A0CECE, stop: 1 #FFFFFF);
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -239,16 +244,17 @@ QTabBar::tab:selected {
|
||||
}
|
||||
*/
|
||||
QTabBar::tab:selected {
|
||||
background: #ffffff;
|
||||
/*background: #ffffff;*/
|
||||
}
|
||||
QTabBar::tab:!selected {
|
||||
margin-top: 5px; /* make non-selected tabs look smaller */
|
||||
margin-top: 10px; /* make non-selected tabs look smaller */
|
||||
/*background: #ffffff;*/
|
||||
}
|
||||
|
||||
|
||||
QTabBar::tab:hover {
|
||||
background: #aee1ff;
|
||||
background: #C0EEEE;
|
||||
}
|
||||
|
||||
QTabBar::scroller { /* the width of the scroll buttons */
|
||||
@@ -265,10 +271,10 @@ QListWidget::item {
|
||||
/*padding: -5px;*/
|
||||
}
|
||||
QListWidget {
|
||||
/*background: pink;*/
|
||||
background: transparent;
|
||||
/*background: #ffffff;*/
|
||||
background: #ddeeff;
|
||||
/*background: #ddeeff;*/
|
||||
|
||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #A0CECE, stop: 1 #FFFFFF);
|
||||
}
|
||||
|
||||
QTextEdit {
|
||||
@@ -279,6 +285,8 @@ QTextEdit {
|
||||
QTextEdit#editMsg {
|
||||
height: 65px; /**/
|
||||
background: #ddeeff;
|
||||
background: #ffffff;
|
||||
|
||||
}
|
||||
QTextEdit#MsgWidgetEditTextLocal {
|
||||
/*background: tlightgreen;*/
|
||||
@@ -318,6 +326,9 @@ QLabel#MessangerWidgetLblUser {
|
||||
background: #ddeeff;
|
||||
padding-left: 4px;
|
||||
border-radius: 8px;
|
||||
|
||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #A0CECE, stop: 1 #FFFFFF);
|
||||
}
|
||||
QLabel#MessangerWidgetLblAvatar {
|
||||
|
||||
@@ -326,8 +337,8 @@ QLabel#MessangerWidgetLblLoggedIn {
|
||||
|
||||
}
|
||||
|
||||
QWidget {
|
||||
|
||||
QWidget#widgetControl {
|
||||
background: #E0E0E0;
|
||||
}
|
||||
|
||||
QPlainTextEdit#plainText{ /*Репорт*/
|
||||
|
||||
Reference in New Issue
Block a user