summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOkTest
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-01-12 14:28:42 +0100
committerinfirit <[email protected]>2015-01-12 22:33:03 +0100
commit5ef1369b2c9663f23d068cf2c0861b02a0c0a6c5 (patch)
tree7130708cecb447425ba27c42c29ad65ccd3d919b /desktop-themes/TraditionalOkTest
parentaf9bb00aaf01d78934b784763c451727402915bd (diff)
downloadmate-themes-5ef1369b2c9663f23d068cf2c0861b02a0c0a6c5.tar.bz2
mate-themes-5ef1369b2c9663f23d068cf2c0861b02a0c0a6c5.tar.xz
Traditional*: Update for CSD apps
* Add dropshadow * No border-radius if tiled
Diffstat (limited to 'desktop-themes/TraditionalOkTest')
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
index 9e0d63fa..f7ab8a48 100644
--- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
@@ -1808,9 +1808,19 @@ GtkInfoBar:last-child,
border-width: 0px;
border-radius: 7px 7px 0 0;
border-style: solid;
+ box-shadow: 0 2px 8px 3px alpha(black, 0.5);
margin: 0px;
}
+.window-frame:backdrop {
+ box-shadow: 0 2px 5px 1px alpha(black, 0.5);
+}
+
+.window-frame.tiled {
+ border-radius: 0;
+ background-color: @theme_bg_color;
+}
+
/************
* Popovers *
************/