# HG changeset patch # User Wuzzy # Date 1557062659 -7200 # Node ID 1f0e8a144bade5b3767f4543ebd35a0558f7e2b9 # Parent ea2a1436cdd35cff552864226bbefac9c59a7d84 Re-style QHeaderView colors diff -r ea2a1436cdd3 -r 1f0e8a144bad QTfrontend/res/css/april1.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"); diff -r ea2a1436cdd3 -r 1f0e8a144bad QTfrontend/res/css/birthday.css --- 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"); diff -r ea2a1436cdd3 -r 1f0e8a144bad QTfrontend/res/css/christmas.css --- 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"); diff -r ea2a1436cdd3 -r 1f0e8a144bad QTfrontend/res/css/easter.css --- 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"); diff -r ea2a1436cdd3 -r 1f0e8a144bad QTfrontend/res/css/qt.css --- 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");