diff options
author | Horst3180 | 2016-03-01 22:43:12 +0100 |
---|---|---|
committer | Horst3180 | 2016-03-01 22:43:12 +0100 |
commit | bde7177c3b84e2719369b9f0b391fd4f5059aea4 (patch) | |
tree | 7286496bda2e3325934b458bf8851da145ec2192 /common/gtk-3.0/3.14/gtk-solid-darker.css | |
parent | 92a502dfba2cd9a0142c10ed332f17b35a71abd0 (diff) | |
download | solarc-theme-bde7177c3b84e2719369b9f0b391fd4f5059aea4.tar.gz solarc-theme-bde7177c3b84e2719369b9f0b391fd4f5059aea4.tar.xz solarc-theme-bde7177c3b84e2719369b9f0b391fd4f5059aea4.zip |
xfce: fix jumping indicators (#417)
Diffstat (limited to 'common/gtk-3.0/3.14/gtk-solid-darker.css')
-rw-r--r-- | common/gtk-3.0/3.14/gtk-solid-darker.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/common/gtk-3.0/3.14/gtk-solid-darker.css b/common/gtk-3.0/3.14/gtk-solid-darker.css index 74fa38e..0674eee 100644 --- a/common/gtk-3.0/3.14/gtk-solid-darker.css +++ b/common/gtk-3.0/3.14/gtk-solid-darker.css @@ -3060,14 +3060,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; |