summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-01-12 14:28:42 +0100
committerinfirit <[email protected]>2015-01-12 22:16:04 +0100
commitc0d5e8394dd3b80a727523cf884438fbdaf2c1e5 (patch)
tree25b61505c55d16dae9dac8265b9c2e5ca4a2d2e8 /desktop-themes
parente1151b5eb9c5943cf04de706e165c0d46d5e92c8 (diff)
downloadmate-themes-c0d5e8394dd3b80a727523cf884438fbdaf2c1e5.tar.bz2
mate-themes-c0d5e8394dd3b80a727523cf884438fbdaf2c1e5.tar.xz
Traditional*: Update for CSD apps
* Add dropshadow * No border-radius if tiled
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css11
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css12
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css10
3 files changed, 33 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index 4bb1b004..ba650096 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -1933,8 +1933,19 @@ GtkInfoBar:last-child,
border-width: 1px;
border-radius: 7px 7px 0 0;
border-style: solid;
+ box-shadow: 0 2px 8px 3px alpha(black, 0.5);
margin: 10px;
}
+
+.window-frame:backdrop {
+ box-shadow: 0 2px 5px 1px alpha(black, 0.5);
+}
+
+.window-frame.tiled {
+ border-radius: 0;
+ background-color: @theme_bg_color;
+}
+
*/
/**************
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index b0374c98..bbed28b2 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -1937,8 +1937,20 @@ GtkInfoBar:last-child,
border-width: 1px;
border-radius: 7px 7px 0 0;
border-style: solid;
+ box-shadow: 0 2px 8px 3px alpha(black, 0.5);
margin: 10px;
}
+
+
+.window-frame:backdrop {
+ box-shadow: 0 2px 5px 1px alpha(black, 0.5);
+}
+
+.window-frame.tiled {
+ border-radius: 0;
+ background-color: @theme_bg_color;
+}
+
*/
/**************
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
index ff1d151a..63a4af8e 100644
--- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
@@ -1932,8 +1932,18 @@ GtkInfoBar:last-child,
border-width: 1px;
border-radius: 7px 7px 0 0;
border-style: solid;
+ box-shadow: 0 2px 8px 3px alpha(black, 0.5);
margin: 10px;
}
+
+.window-frame:backdrop {
+ box-shadow: 0 2px 5px 1px alpha(black, 0.5);
+}
+
+.window-frame.tiled {
+ border-radius: 0;
+ background-color: @theme_bg_color;
+}
*/
/**************