summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-01-12 14:28:42 +0100
committerinfirit <[email protected]>2015-01-12 22:09:56 +0100
commite4958752311b55e67f20498f024be82d2f0ddf58 (patch)
tree204856f1eb28619bc7875de17508620a4dbe0f64 /desktop-themes/TraditionalOk
parentd4e1b8640bc9fe53f1c25271bf475b4b699d0bf2 (diff)
downloadmate-themes-e4958752311b55e67f20498f024be82d2f0ddf58.tar.bz2
mate-themes-e4958752311b55e67f20498f024be82d2f0ddf58.tar.xz
Traditional*: Update for CSD apps
* Add dropshadow * No border-radius if tiled
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css12
1 files changed, 12 insertions, 0 deletions
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;
+}
+
*/
/**************