diff options
author | Horst3180 | 2015-09-11 16:49:52 +0200 |
---|---|---|
committer | Horst3180 | 2015-09-11 16:49:52 +0200 |
commit | 86cfa12fc487818e505bbd2d33d1306f8795e134 (patch) | |
tree | 818fbba17c57c87d77889b99f5cc14466dcb2a6b /common/gtk-3.0/3.14/sass | |
parent | 4097e62e012ed929335ddde7fc9719ee763d731f (diff) | |
download | solarc-theme-86cfa12fc487818e505bbd2d33d1306f8795e134.tar.gz solarc-theme-86cfa12fc487818e505bbd2d33d1306f8795e134.tar.xz solarc-theme-86cfa12fc487818e505bbd2d33d1306f8795e134.zip |
darken window-frame a bit
Diffstat (limited to 'common/gtk-3.0/3.14/sass')
-rw-r--r-- | common/gtk-3.0/3.14/sass/_common.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gtk-3.0/3.14/sass/_common.scss b/common/gtk-3.0/3.14/sass/_common.scss index 576eb9d..a03fe63 100644 --- a/common/gtk-3.0/3.14/sass/_common.scss +++ b/common/gtk-3.0/3.14/sass/_common.scss @@ -2624,14 +2624,14 @@ GtkVolumeButton.button { padding: 8px; } // see bug #722563 $_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, 6%), $_wm_border), + box-shadow: 0 0 0 1px if($darker=='true' or $variant == 'dark', darken($header_bg, 7%), $_wm_border), 0 8px 8px 0 if($variant == 'light', opacify($_wm_border, 0.1), transparentize($_wm_border, 0.2)); /* this is used for the resize cursor area */ margin: 10px; &:backdrop { - box-shadow: 0 0 0 1px if($darker=='true' or $variant == 'dark', transparentize(darken($header_bg, 6%), 0.1), $_wm_border), + box-shadow: 0 0 0 1px if($darker=='true' or $variant == 'dark', transparentize(darken($header_bg, 7%), 0.1), $_wm_border), 0 5px 5px 0 if($variant == 'light', opacify($_wm_border, 0.1), transparentize($_wm_border, 0.2)); } &.tiled { |