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.14/gtk-dark.css | 7 ++++--- common/gtk-3.0/3.14/gtk-darker.css | 7 ++++--- common/gtk-3.0/3.14/gtk-solid-dark.css | 7 ++++--- common/gtk-3.0/3.14/gtk-solid-darker.css | 7 ++++--- common/gtk-3.0/3.14/gtk-solid.css | 7 ++++--- common/gtk-3.0/3.14/gtk.css | 7 ++++--- common/gtk-3.0/3.14/sass/_applications.scss | 5 +++-- 7 files changed, 27 insertions(+), 20 deletions(-) (limited to 'common/gtk-3.0/3.14') diff --git a/common/gtk-3.0/3.14/gtk-dark.css b/common/gtk-3.0/3.14/gtk-dark.css index d08394b..3ac3ad0 100644 --- a/common/gtk-3.0/3.14/gtk-dark.css +++ b/common/gtk-3.0/3.14/gtk-dark.css @@ -3057,14 +3057,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: rgba(65, 70, 84, 0.95); } .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { - color: #5294E2; + color: #ffffff; border: none; - background-color: rgba(27, 29, 35, 0.95); } + background-color: #5294E2; } .floating-bar { background-color: #5294E2; diff --git a/common/gtk-3.0/3.14/gtk-darker.css b/common/gtk-3.0/3.14/gtk-darker.css index 1839cc1..569bef9 100644 --- a/common/gtk-3.0/3.14/gtk-darker.css +++ b/common/gtk-3.0/3.14/gtk-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: rgba(65, 70, 84, 0.95); } .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { - color: #5294E2; + color: #ffffff; border: none; - background-color: rgba(27, 29, 35, 0.95); } + background-color: #5294E2; } .floating-bar { background-color: #5294E2; diff --git a/common/gtk-3.0/3.14/gtk-solid-dark.css b/common/gtk-3.0/3.14/gtk-solid-dark.css index 9cbf992..7311f15 100644 --- a/common/gtk-3.0/3.14/gtk-solid-dark.css +++ b/common/gtk-3.0/3.14/gtk-solid-dark.css @@ -3057,14 +3057,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; 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; diff --git a/common/gtk-3.0/3.14/gtk-solid.css b/common/gtk-3.0/3.14/gtk-solid.css index 0532ab3..6ecb869 100644 --- a/common/gtk-3.0/3.14/gtk-solid.css +++ b/common/gtk-3.0/3.14/gtk-solid.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; diff --git a/common/gtk-3.0/3.14/gtk.css b/common/gtk-3.0/3.14/gtk.css index 2c34329..ee8dc74 100644 --- a/common/gtk-3.0/3.14/gtk.css +++ b/common/gtk-3.0/3.14/gtk.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: rgba(65, 70, 84, 0.95); } .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { - color: #5294E2; + color: #ffffff; border: none; - background-color: rgba(27, 29, 35, 0.95); } + background-color: #5294E2; } .floating-bar { background-color: #5294E2; diff --git a/common/gtk-3.0/3.14/sass/_applications.scss b/common/gtk-3.0/3.14/sass/_applications.scss index 585f1be..3095a78 100644 --- a/common/gtk-3.0/3.14/sass/_applications.scss +++ b/common/gtk-3.0/3.14/sass/_applications.scss @@ -495,15 +495,16 @@ ClockBox { color: $panel_fg; background-color: transparentize($panel_bg, 1); border-radius: 0; + border: none; &:hover { border: none; background-color: lighten($panel_bg, 10%); } &:active, &:checked { - color: $selected_bg_color; + color: $selected_fg_color; border: none; - background-color: darken($panel_bg, 7%); + background-color: $selected_bg_color; } } } -- cgit v1.2.3