summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-01-14 18:53:24 +0100
committerinfirit <[email protected]>2015-01-14 18:53:24 +0100
commit9eeb3adb842c4aed7582d848ed3405074be39c7e (patch)
tree9d9c3f7751e632daee4ca49504af1ee070dce956 /desktop-themes
parent7e960db68420bf891e284a9e268d394238dc6dbe (diff)
downloadmate-themes-9eeb3adb842c4aed7582d848ed3405074be39c7e.tar.bz2
mate-themes-9eeb3adb842c4aed7582d848ed3405074be39c7e.tar.xz
Revert "Traditional*: Add border radius for rounded corners"
This reverts commit af9bb00aaf01d78934b784763c451727402915bd.
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css2
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css2
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css2
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);
}