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");