aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.14
diff options
context:
space:
mode:
authorHorst31802015-09-15 18:15:00 +0200
committerHorst31802015-09-15 18:15:00 +0200
commitc9508192390a581241da4ff845388c9f5e074297 (patch)
tree5fc3d6a283979f6e6fab0a0f3f7f7604749115e4 /common/gnome-shell/3.14
parentc30ebde9221e5e468c2ae5fb5e192506c6538ff9 (diff)
downloadsolarc-theme-c9508192390a581241da4ff845388c9f5e074297.tar.gz
solarc-theme-c9508192390a581241da4ff845388c9f5e074297.tar.xz
solarc-theme-c9508192390a581241da4ff845388c9f5e074297.zip
gnome-shell: fix active button
Diffstat (limited to 'common/gnome-shell/3.14')
-rw-r--r--common/gnome-shell/3.14/gnome-shell.css4
-rw-r--r--common/gnome-shell/3.14/sass/_drawing.scss2
2 files changed, 3 insertions, 3 deletions
diff --git a/common/gnome-shell/3.14/gnome-shell.css b/common/gnome-shell/3.14/gnome-shell.css
index fb4b7bb..a7c8686 100644
--- a/common/gnome-shell/3.14/gnome-shell.css
+++ b/common/gnome-shell/3.14/gnome-shell.css
@@ -73,7 +73,7 @@ stage {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
- box-shadow: inset 0 2px 4px #5294E2; }
+ box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.popup-menu .modal-dialog-button:insensitive {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: rgba(92, 97, 108, 0.55);
@@ -1807,7 +1807,7 @@ StEntry.chat-response {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
- box-shadow: inset 0 2px 4px #5294E2; }
+ box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.login-dialog .modal-dialog-button:default:insensitive {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: rgba(92, 97, 108, 0.55);
diff --git a/common/gnome-shell/3.14/sass/_drawing.scss b/common/gnome-shell/3.14/sass/_drawing.scss
index 7301495..23aed9a 100644
--- a/common/gnome-shell/3.14/sass/_drawing.scss
+++ b/common/gnome-shell/3.14/sass/_drawing.scss
@@ -116,7 +116,7 @@
color: $selected_fg_color;
background-color: $selected_bg_color;
border: 1px solid $selected_bg_color;
- box-shadow: inset 0 2px 4px $selected_bg_color;
+ box-shadow: inset 0 1px transparentize($selected_bg_color, 0.95);
}
@else if $t==insensitive {