diff options
author | lukefromdc <[email protected]> | 2017-06-13 23:37:41 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2017-06-13 23:39:27 -0400 |
commit | 29bc98292e16b81d19bb890185269a607ba5a011 (patch) | |
tree | d014ab07da45facbc992f0622d3240f4acc5678b /desktop-themes | |
parent | 642987940b42f9c0ab38080e20660a61d0ba2a22 (diff) | |
download | mate-themes-29bc98292e16b81d19bb890185269a607ba5a011.tar.bz2 mate-themes-29bc98292e16b81d19bb890185269a607ba5a011.tar.xz |
BlackMATE: CSD apps-match noncomposited headerbar to square window border
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index 05980304..7a2fc6e1 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -3180,6 +3180,14 @@ headerbar.titlebar button.image-button.titlebutton:hover:backdrop { padding: 0px; } +.solid-csd headerbar{ + border-style: solid; + border-radius: 0px; + border-width: 1px; + box-shadow: none; + padding: 0px; +} + .csd.popup decoration { border-radius: 0; box-shadow: none; |