aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.16
diff options
context:
space:
mode:
authorHorst31802016-03-01 22:43:12 +0100
committerHorst31802016-03-01 22:43:12 +0100
commitbde7177c3b84e2719369b9f0b391fd4f5059aea4 (patch)
tree7286496bda2e3325934b458bf8851da145ec2192 /common/gtk-3.0/3.16
parent92a502dfba2cd9a0142c10ed332f17b35a71abd0 (diff)
downloadsolarc-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.16')
-rw-r--r--common/gtk-3.0/3.16/gtk-dark.css7
-rw-r--r--common/gtk-3.0/3.16/gtk-darker.css7
-rw-r--r--common/gtk-3.0/3.16/gtk-solid-dark.css7
-rw-r--r--common/gtk-3.0/3.16/gtk-solid-darker.css7
-rw-r--r--common/gtk-3.0/3.16/gtk-solid.css7
-rw-r--r--common/gtk-3.0/3.16/gtk.css7
-rw-r--r--common/gtk-3.0/3.16/sass/_applications.scss5
7 files changed, 27 insertions, 20 deletions
diff --git a/common/gtk-3.0/3.16/gtk-dark.css b/common/gtk-3.0/3.16/gtk-dark.css
index 1368c8e..d7a247e 100644
--- a/common/gtk-3.0/3.16/gtk-dark.css
+++ b/common/gtk-3.0/3.16/gtk-dark.css
@@ -2933,14 +2933,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.16/gtk-darker.css b/common/gtk-3.0/3.16/gtk-darker.css
index 934393d..3ff455e 100644
--- a/common/gtk-3.0/3.16/gtk-darker.css
+++ b/common/gtk-3.0/3.16/gtk-darker.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: 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.16/gtk-solid-dark.css b/common/gtk-3.0/3.16/gtk-solid-dark.css
index 8886f65..ae8399b 100644
--- a/common/gtk-3.0/3.16/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.16/gtk-solid-dark.css
@@ -2933,14 +2933,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.16/gtk-solid-darker.css b/common/gtk-3.0/3.16/gtk-solid-darker.css
index 2611dee..7144fa4 100644
--- a/common/gtk-3.0/3.16/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.16/gtk-solid-darker.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;
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;
diff --git a/common/gtk-3.0/3.16/gtk.css b/common/gtk-3.0/3.16/gtk.css
index 93a3e7a..97b68d5 100644
--- a/common/gtk-3.0/3.16/gtk.css
+++ b/common/gtk-3.0/3.16/gtk.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: 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.16/sass/_applications.scss b/common/gtk-3.0/3.16/sass/_applications.scss
index 18a2dfc..abb8cf1 100644
--- a/common/gtk-3.0/3.16/sass/_applications.scss
+++ b/common/gtk-3.0/3.16/sass/_applications.scss
@@ -546,15 +546,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;
}
}
}