diff options
author | lukefromdc <[email protected]> | 2017-06-13 23:37:41 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2017-06-13 23:37:41 -0400 |
commit | fc03dd2d0702831c15c349db3f85720f9b831a7d (patch) | |
tree | 7cea310f0477aaa2b780de25e685cd19a7f66789 /desktop-themes/BlackMATE | |
parent | ce35eff451b891e924b9e7b09d755fea7ab0933a (diff) | |
download | mate-themes-fc03dd2d0702831c15c349db3f85720f9b831a7d.tar.bz2 mate-themes-fc03dd2d0702831c15c349db3f85720f9b831a7d.tar.xz |
BlackMATE: CSD apps-match noncomposited headerbar to square window border
Diffstat (limited to 'desktop-themes/BlackMATE')
-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; |