aboutsummaryrefslogtreecommitdiff
path: root/gnome-shell/_drawing.scss
diff options
context:
space:
mode:
authorHorst31802015-05-17 16:27:41 +0200
committerHorst31802015-05-17 16:27:41 +0200
commit33f04e14050758df19aeff00f45e6d8c90b328c8 (patch)
treee523176130739f0fe298e46a642284403f913c21 /gnome-shell/_drawing.scss
parentb10dbded34b10d9c9e900fa14ec20202abf25dc8 (diff)
downloadsolarc-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.scss7
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;
}