From 01d84120a6bd1d218f0faac6e1e069c8a180b3ad Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Fri, 19 Feb 2016 11:06:17 +0100 Subject: column header cleanup --- common/gtk-3.0/3.20/gtk-solid-dark.css | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) (limited to 'common/gtk-3.0/3.20/gtk-solid-dark.css') diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css index 013d674..4d8782a 100644 --- a/common/gtk-3.0/3.20/gtk-solid-dark.css +++ b/common/gtk-3.0/3.20/gtk-solid-dark.css @@ -1387,21 +1387,13 @@ treeview.view { background-color: #404552; font-weight: bold; } treeview.view header button:hover { - color: #5294E2; - box-shadow: none; - transition: none; } + color: #5294E2; } treeview.view header button:active { - color: #D3DAE3; - transition: none; } - treeview.view header button:last-child, - treeview.view header button:last-child:hover, - treeview.view header button:last-child:active { - border-right-style: none; - border-image: none; } - treeview.view header.button.dnd, treeview.view header button.dnd, treeview.view header.button.dnd:active, treeview.view header.button.dnd:selected, treeview.view header.button.dnd:hover { - transition: none; - color: #5294E2; - box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #404552, inset -1px 0 #404552; } + color: #D3DAE3; } + treeview.view header button.dnd, treeview.view header button.dnd:selected, treeview.view header button.dnd:hover { + transition: none; + color: #5294E2; + box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #404552, inset -1px 0 #404552; } treeview.view header button, treeview.view header button:hover, treeview.view header button:active { min-height: 0; @@ -1410,7 +1402,7 @@ treeview.view header button, treeview.view header button:hover, treeview.view he background-image: none; border-style: none solid none none; border-radius: 0; - border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, rgba(255, 255, 255, 0) 80%) 0 1 0 0/0 1px 0 0 stretch; } + border-image: linear-gradient(to bottom, #404552 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, #404552 80%) 0 1 0 0/0 1px 0 0 stretch; } treeview.view header button:active, treeview.view header button:hover { background-color: #404552; } treeview.view header button:active:hover { @@ -1418,6 +1410,9 @@ treeview.view header button, treeview.view header button:hover, treeview.view he treeview.view header button:disabled { border-color: #383C4A; background-image: none; } + treeview.view header button:last-child { + border-right-style: none; + border-image: none; } menubar, .menubar { -- cgit v1.2.3