From bde7177c3b84e2719369b9f0b391fd4f5059aea4 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 1 Mar 2016 22:43:12 +0100 Subject: xfce: fix jumping indicators (#417) --- common/gtk-3.0/3.16/gtk-solid.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'common/gtk-3.0/3.16/gtk-solid.css') diff --git a/common/gtk-3.0/3.16/gtk-solid.css b/common/gtk-3.0/3.16/gtk-solid.css index 9001fe7..828db13 100644 --- a/common/gtk-3.0/3.16/gtk-solid.css +++ b/common/gtk-3.0/3.16/gtk-solid.css @@ -2936,14 +2936,15 @@ ClockBox { .xfce4-panel.panel .button.flat { color: #BAC3CF; background-color: rgba(43, 46, 55, 0); - border-radius: 0; } + border-radius: 0; + border: none; } .xfce4-panel.panel .button.flat:hover { border: none; background-color: #414654; } .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { - color: #5294E2; + color: #ffffff; border: none; - background-color: #1b1d23; } + background-color: #5294E2; } .floating-bar { background-color: #5294E2; -- cgit v1.2.3