diff options
author | infirit <[email protected]> | 2015-01-12 14:28:42 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2015-01-12 22:33:03 +0100 |
commit | 5ef1369b2c9663f23d068cf2c0861b02a0c0a6c5 (patch) | |
tree | 7130708cecb447425ba27c42c29ad65ccd3d919b /desktop-themes/TraditionalOk | |
parent | af9bb00aaf01d78934b784763c451727402915bd (diff) | |
download | mate-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/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 11 |
1 files changed, 11 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 db7c12d8..73cc0231 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -1807,9 +1807,20 @@ 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 * ************/ |