diff options
author | infirit <[email protected]> | 2015-01-14 18:53:24 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2015-01-14 18:53:24 +0100 |
commit | 9eeb3adb842c4aed7582d848ed3405074be39c7e (patch) | |
tree | 9d9c3f7751e632daee4ca49504af1ee070dce956 | |
parent | 7e960db68420bf891e284a9e268d394238dc6dbe (diff) | |
download | mate-themes-9eeb3adb842c4aed7582d848ed3405074be39c7e.tar.bz2 mate-themes-9eeb3adb842c4aed7582d848ed3405074be39c7e.tar.xz |
Revert "Traditional*: Add border radius for rounded corners"
This reverts commit af9bb00aaf01d78934b784763c451727402915bd.
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 2 | ||||
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 2 | ||||
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index f6f81708..2a2c4555 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/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 0 0; + border-radius: 0px; border-bottom: 1px solid; border-color: shade(@border_color, 1.30); } diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index db7c12d8..9c67c24b 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/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 0 0; + border-radius: 0px; border-bottom: 1px solid; border-color: shade(@border_color, 1.30); } diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index 9e0d63fa..674befc0 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -1777,7 +1777,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); } |