aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.16/_common.scss
diff options
context:
space:
mode:
authorHorst31802015-07-16 22:57:43 +0200
committerHorst31802015-07-16 22:57:43 +0200
commit922e37f3ef6f93beb63c1f2c346e0dc49f4f4763 (patch)
tree54a2b2244a902b43a6bac4b67685f5e793b30717 /common/gtk-3.0/3.16/_common.scss
parentc3c2ec0c8e35afa805b21c6bdf88092c03773252 (diff)
downloadsolarc-theme-922e37f3ef6f93beb63c1f2c346e0dc49f4f4763.tar.gz
solarc-theme-922e37f3ef6f93beb63c1f2c346e0dc49f4f4763.tar.xz
solarc-theme-922e37f3ef6f93beb63c1f2c346e0dc49f4f4763.zip
make shadows on focused windows a bit darker
Diffstat (limited to 'common/gtk-3.0/3.16/_common.scss')
-rw-r--r--common/gtk-3.0/3.16/_common.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.16/_common.scss b/common/gtk-3.0/3.16/_common.scss
index f9ae8f0..5469eb6 100644
--- a/common/gtk-3.0/3.16/_common.scss
+++ b/common/gtk-3.0/3.16/_common.scss
@@ -2701,7 +2701,7 @@ GtkVolumeButton.button { padding: 8px; }
$_wm_border: if($variant=='light', transparentize(black, 0.9), transparentize(black, 0.45));
box-shadow: 0 0 0 1px if($darker=='true' or $variant == 'dark', darken($header_bg, 7%), $_wm_border),
- 0 4px 8px 1px if($darker == 'false', $_wm_border, opacify($_wm_border, 0.15));
+ 0 4px 8px 1px if($darker == 'false', opacify($_wm_border, 0.1), opacify($_wm_border, 0.15));
/* this is used for the resize cursor area */
margin: 10px;