diff options
author | Horst3180 | 2015-05-17 16:27:41 +0200 |
---|---|---|
committer | Horst3180 | 2015-05-17 16:27:41 +0200 |
commit | 33f04e14050758df19aeff00f45e6d8c90b328c8 (patch) | |
tree | e523176130739f0fe298e46a642284403f913c21 /gnome-shell/_drawing.scss | |
parent | b10dbded34b10d9c9e900fa14ec20202abf25dc8 (diff) | |
download | solarc-theme-33f04e14050758df19aeff00f45e6d8c90b328c8.tar.gz solarc-theme-33f04e14050758df19aeff00f45e6d8c90b328c8.tar.xz solarc-theme-33f04e14050758df19aeff00f45e6d8c90b328c8.zip |
some gnome-shell and gtk2 fixes
Diffstat (limited to 'gnome-shell/_drawing.scss')
-rw-r--r-- | gnome-shell/_drawing.scss | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gnome-shell/_drawing.scss b/gnome-shell/_drawing.scss index 9c8ca57..f3c1f04 100644 --- a/gnome-shell/_drawing.scss +++ b/gnome-shell/_drawing.scss @@ -44,6 +44,8 @@ // //@extend %reset_style; + text-shadow: 0 1px transparentize($base_color, 1); + box-shadow: inset 0 0 transparentize($base_color, 1); @if $t==normal { // @@ -51,7 +53,6 @@ // color: $fg_color; background-color: $button_bg; - box-shadow: inset 0 0 transparentize($base_color, 1); border: 1px solid $button_border; } @@ -61,7 +62,6 @@ // color: $fg_color; background-color: $button_bg; - box-shadow: none; border: 1px solid $selected_bg_color; } @@ -71,7 +71,6 @@ // color: $selected_bg_color; background-color: $button_bg; - box-shadow: none; border: 1px solid $selected_bg_color; } @@ -81,7 +80,6 @@ // color: $fg_color; background-color: $button_bg; - box-shadow: none; border: 1px solid $selected_bg_color; } @@ -91,7 +89,6 @@ // color: $selected_fg_color; background-color: $selected_bg_color; - box-shadow: none; border: 1px solid $selected_bg_color; } |