diff options
author | raveit65 <[email protected]> | 2014-11-24 14:44:25 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-24 14:44:25 +0100 |
commit | b33e51f409b34daa7ff725a55a08dd85beadabdf (patch) | |
tree | 889cd0e1cca3acb20138fb2b5edb77a46cad194f | |
parent | d85b28e858e6d4605d2e777b3f22eda07d39f906 (diff) | |
download | mate-themes-b33e51f409b34daa7ff725a55a08dd85beadabdf.tar.bz2 mate-themes-b33e51f409b34daa7ff725a55a08dd85beadabdf.tar.xz |
ContrastHigh GTK3: don't use round top corners for csd applications
-rw-r--r-- | desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css index dbdc26e5..ec2b69b6 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css @@ -1181,7 +1181,7 @@ GtkProgressBar.osd.progressbar { *******/ .titlebar { background-color: @theme_base_color; - border-radius: 7px 7px 0px 0px; + border-radius: 0px 0px 0px 0px; } /* this is the default titlebar that is added by GTK |