From a5dc6aa5893b6c2041d6ff2cae87f150d70426a2 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 21 Mar 2016 22:28:01 +0100 Subject: fix wide separators --- common/gtk-3.0/3.20/gtk-dark.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'common/gtk-3.0/3.20/gtk-dark.css') diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css index 7ec36a9..f44b8e4 100644 --- a/common/gtk-3.0/3.20/gtk-dark.css +++ b/common/gtk-3.0/3.20/gtk-dark.css @@ -2441,10 +2441,9 @@ paned > separator, .sidebar paned > separator { paned > separator:selected, .sidebar paned > separator:selected { background-image: linear-gradient(to top, #5294E2); } paned > separator.wide, .sidebar paned > separator.wide { - margin: 0; - padding: 0; min-width: 5px; min-height: 5px; + background-color: #383C4A; background-image: linear-gradient(to top, #2b2e39), linear-gradient(to top, #2b2e39); background-size: 1px 1px, 1px 1px; } @@ -2459,6 +2458,8 @@ paned.horizontal > separator, .sidebar paned.horizontal > separator { padding: 0 0 0 8px; background-position: right; } paned.horizontal > separator.wide, .sidebar paned.horizontal > separator.wide { + margin: 0; + padding: 0; background-repeat: repeat-y, repeat-y; background-position: left, right; } @@ -2468,6 +2469,8 @@ paned.vertical > separator, .sidebar paned.vertical > separator { background-repeat: repeat-x; background-position: top; } paned.vertical > separator.wide, .sidebar paned.vertical > separator.wide { + margin: 0; + padding: 0; background-repeat: repeat-x, repeat-x; background-position: bottom, top; } -- cgit v1.2.3