Re-style QHeaderView colors
authorWuzzy <Wuzzy2@mail.ru>
Sun, 05 May 2019 15:24:19 +0200
changeset 14884 1f0e8a144bad
parent 14883 ea2a1436cdd3
child 14885 0ec83cc2365e
Re-style QHeaderView colors
QTfrontend/res/css/april1.css
QTfrontend/res/css/birthday.css
QTfrontend/res/css/christmas.css
QTfrontend/res/css/easter.css
QTfrontend/res/css/qt.css
--- a/QTfrontend/res/css/april1.css	Sun May 05 15:05:48 2019 +0200
+++ b/QTfrontend/res/css/april1.css	Sun May 05 15:24:19 2019 +0200
@@ -202,11 +202,12 @@
 border-bottom-width: 0px;
 border-color: #001d10;
 border-style: solid;
-background-color: #00351d;
+background-color: #005F35;
 padding: 4px;
 }
 QHeaderView::section:pressed {
-background-color: #00250d;
+background-color: #005A33;
+border-color: #FFFFFF;
 }
 QHeaderView::up-arrow {
 image: url(":/res/sort_up.png");
--- a/QTfrontend/res/css/birthday.css	Sun May 05 15:05:48 2019 +0200
+++ b/QTfrontend/res/css/birthday.css	Sun May 05 15:24:19 2019 +0200
@@ -191,7 +191,7 @@
 }
 
 QHeaderView {
-background-color: #00351d;
+background-color: #000000;
 border: solid;
 border-bottom-width: 3px;
 border-top-width: 0px;
@@ -204,13 +204,14 @@
 border-right-width: 1px;
 border-top-width: 0;
 border-bottom-width: 0px;
-border-color: #001d10;
+border-color: #5A5A5A;
 border-style: solid;
-background-color: #00351d;
+background-color: #000000;
 padding: 4px;
 }
 QHeaderView::section:pressed {
-background-color: #00250d;
+background-color: #333333;
+border-color: #FFFFFF;
 }
 QHeaderView::up-arrow {
 image: url(":/res/sort_up.png");
--- a/QTfrontend/res/css/christmas.css	Sun May 05 15:05:48 2019 +0200
+++ b/QTfrontend/res/css/christmas.css	Sun May 05 15:24:19 2019 +0200
@@ -201,11 +201,12 @@
 border-bottom-width: 0px;
 border-color: #001d10;
 border-style: solid;
-background-color: #00351d;
+background-color: #005F35;
 padding: 4px;
 }
 QHeaderView::section:pressed {
-background-color: #00250d;
+background-color: #005A33;
+border-color: #FFFFFF;
 }
 QHeaderView::up-arrow {
 image: url(":/res/sort_up.png");
--- a/QTfrontend/res/css/easter.css	Sun May 05 15:05:48 2019 +0200
+++ b/QTfrontend/res/css/easter.css	Sun May 05 15:24:19 2019 +0200
@@ -198,11 +198,12 @@
 border-bottom-width: 0px;
 border-color: #001d10;
 border-style: solid;
-background-color: #00351d;
+background-color: #005F35;
 padding: 4px;
 }
 QHeaderView::section:pressed {
-background-color: #00250d;
+background-color: #005A33;
+border-color: #FFFFFF;
 }
 QHeaderView::up-arrow {
 image: url(":/res/sort_up.png");
--- a/QTfrontend/res/css/qt.css	Sun May 05 15:05:48 2019 +0200
+++ b/QTfrontend/res/css/qt.css	Sun May 05 15:24:19 2019 +0200
@@ -191,13 +191,14 @@
 border-right-width: 1px;
 border-top-width: 0;
 border-bottom-width: 0px;
-border-color: #001d10;
+border-color: #005F35;
 border-style: solid;
 background-color: #00351d;
 padding: 4px;
 }
 QHeaderView::section:pressed {
-background-color: #00250d;
+background-color: #005A33;
+border-color: #FFFFFF;
 }
 QHeaderView::up-arrow {
 image: url(":/res/sort_up.png");