diff options
author | infirit <[email protected]> | 2015-01-14 18:49:29 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2015-01-14 18:49:29 +0100 |
commit | 10c9ac55b297906098e0dfb26bcd68e0cfb7fe0d (patch) | |
tree | d8e8960919115899c77a6eb8ea138c3dea39e048 /desktop-themes/TraditionalGreen | |
parent | 81056472bb776190eede04ec98404a17b450afcc (diff) | |
download | mate-themes-10c9ac55b297906098e0dfb26bcd68e0cfb7fe0d.tar.bz2 mate-themes-10c9ac55b297906098e0dfb26bcd68e0cfb7fe0d.tar.xz |
Revert "Traditional*: Add border radius for rounded corners"
This reverts commit d4e1b8640bc9fe53f1c25271bf475b4b699d0bf2.
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index 4bb1b004..e650306b 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -1890,7 +1890,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; |