diff options
author | raveit65 <[email protected]> | 2014-11-24 14:53:26 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-24 14:53:26 +0100 |
commit | 9e03bfdcf94e527b25c9300b328fab0d4737d789 (patch) | |
tree | 3a219d69c214413cd8539eedd05f8ec0d337b9f1 /desktop-themes/TraditionalOkTest | |
parent | b33e51f409b34daa7ff725a55a08dd85beadabdf (diff) | |
download | mate-themes-9e03bfdcf94e527b25c9300b328fab0d4737d789.tar.bz2 mate-themes-9e03bfdcf94e527b25c9300b328fab0d4737d789.tar.xz |
Traditional themes GTK3: don't use round top corners for csd applications
Diffstat (limited to 'desktop-themes/TraditionalOkTest')
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index c4e1adea..caccc7ff 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -1776,7 +1776,7 @@ GtkInfoBar:last-child, @theme_base_color, @theme_bg_color); background-color: transparent; - border-radius: 7px 7px 0px 0px; + border-radius: 0px 0px 0px 0px; border-bottom: 1px solid; border-color: shade(@border_color, 1.30); } |