diff options
author | infirit <[email protected]> | 2015-01-14 18:51:16 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2015-01-14 18:51:16 +0100 |
commit | 8fe0f44527c9023ec108086eda5ee3863a1755be (patch) | |
tree | f0bf25a13c99e73f06c935fe088288a22e902d09 /desktop-themes/TraditionalOkTest | |
parent | 5c4a58bbb7fc6ecda0437fa2910117aa08ad541d (diff) | |
download | mate-themes-8fe0f44527c9023ec108086eda5ee3863a1755be.tar.bz2 mate-themes-8fe0f44527c9023ec108086eda5ee3863a1755be.tar.xz |
Revert "Traditional*: Add border radius for rounded corners"
This reverts commit e1151b5eb9c5943cf04de706e165c0d46d5e92c8.
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 ff1d151a..66743229 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -1889,7 +1889,7 @@ GtkInfoBar:last-child, @theme_base_color, @theme_bg_color); background-color: transparent; - border-radius: 7px 7px 0 0; + border-radius: 0px; border-bottom: 1px solid; border-color: shade(@border_color, 1.30); padding: 5px 4px 4px 4px; |