aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14/gtk-contained-solid-darker.css
diff options
context:
space:
mode:
authorHorst31802015-09-11 16:49:52 +0200
committerHorst31802015-09-11 16:49:52 +0200
commit86cfa12fc487818e505bbd2d33d1306f8795e134 (patch)
tree818fbba17c57c87d77889b99f5cc14466dcb2a6b /common/gtk-3.0/3.14/gtk-contained-solid-darker.css
parent4097e62e012ed929335ddde7fc9719ee763d731f (diff)
downloadsolarc-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/gtk-contained-solid-darker.css')
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid-darker.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid-darker.css b/common/gtk-3.0/3.14/gtk-contained-solid-darker.css
index c6114a2..2f16442 100644
--- a/common/gtk-3.0/3.14/gtk-contained-solid-darker.css
+++ b/common/gtk-3.0/3.14/gtk-contained-solid-darker.css
@@ -2364,11 +2364,11 @@ GtkVolumeButton.button {
.window-frame {
border-radius: 3px 3px 0 0;
border-width: 0px;
- box-shadow: 0 0 0 1px #22262d, 0 8px 8px 0 rgba(0, 0, 0, 0.2);
+ box-shadow: 0 0 0 1px #20232b, 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.9), 0 5px 5px 0 rgba(0, 0, 0, 0.2); }
+ box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.2); }
.window-frame.tiled {
border-radius: 0; }
.window-frame.csd.popup, .window-frame.csd.menu {