diff options
author | raveit65 <[email protected]> | 2015-01-27 22:53:34 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-01-27 22:53:34 +0100 |
commit | fcc6ba052922d5afbe75e9d6ad8d256778abd947 (patch) | |
tree | a3c5c4c8487db7ca8e1072915401154907908916 | |
parent | 478a09825988911fcbce001bc0a2e230ff7beba1 (diff) | |
download | mate-themes-fcc6ba052922d5afbe75e9d6ad8d256778abd947.tar.bz2 mate-themes-fcc6ba052922d5afbe75e9d6ad8d256778abd947.tar.xz |
ContrastHigh GTK3: enable some csd settings
-rw-r--r-- | desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css | 34 |
1 files changed, 29 insertions, 5 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css index e30f9314..e90c2749 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css @@ -1410,6 +1410,7 @@ GtkPopover .separator { .titlebar { background-color: @theme_base_color; border-radius: 7px 7px 0px 0px; + padding: 6px 6px 5px 6px; } /* this is the default titlebar that is added by GTK @@ -1451,21 +1452,44 @@ GtkPopover .separator { * same affect in mate-panel main menu, csd apps, header-bars apps * * if compositor is disable !!!!! * *****************************************************************************************/ -/* + .window-frame { border-color: darker(@theme_bg_color); border-radius: 7px 7px 0 0; border-width: 1px; border-style: solid; - box-shadow: 0 2px 8px 3px alpha(black, 0.7);*/ + box-shadow: 0 0 0 @wm_shadow; +/* box-shadow: 0 2px 8px 3px alpha(black, 0.7);*/ /* this is used for the resize cursor area */ -/* margin: 10px; + margin: 2px; + padding: 6px 6px 5px 6px; +} + +.window-frame.tiled { + border-radius: 0; + background-color: @theme_bg_color; } .window-frame:backdrop { - box-shadow: 0 2px 5px 1px alpha(black, 0.7); + box-shadow: 0 0 0 @wm_shadow; +/* box-shadow: 0 2px 5px 1px alpha(black, 0.7);*/ + padding: 6px 6px 5px 6px; +} + +.window-frame.csd.popup { + border-radius: 0; + box-shadow: 0 1px 5px @wm_shadow; +} + +.window-frame.csd.tooltip { + border-radius: 5px; + box-shadow: 0 1px 5px @wm_shadow; +} + +.window-frame.csd.message-dialog { + border-radius: 7px; + box-shadow: 0 1px 5px @wm_shadow; } -*/ /**************** * App-specific * |