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.16/gtk-contained-darker.css | |
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.16/gtk-contained-darker.css')
-rw-r--r-- | common/gtk-3.0/3.16/gtk-contained-darker.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gtk-3.0/3.16/gtk-contained-darker.css b/common/gtk-3.0/3.16/gtk-contained-darker.css index 7350ce8..16018ab 100644 --- a/common/gtk-3.0/3.16/gtk-contained-darker.css +++ b/common/gtk-3.0/3.16/gtk-contained-darker.css @@ -2442,11 +2442,11 @@ GtkVolumeButton.button { .window-frame { border-radius: 3px 3px 0 0; border-width: 0px; - box-shadow: 0 0 0 1px rgba(34, 38, 45, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.2); + box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.2); /* this is used for the resize cursor area */ margin: 10px; } .window-frame:backdrop { - box-shadow: 0 0 0 1px rgba(34, 38, 45, 0.87), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } + box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.87), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } .window-frame.tiled { border-radius: 0; } .window-frame.ssd { |