summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-01-12 14:24:01 +0100
committerinfirit <[email protected]>2015-01-12 22:30:34 +0100
commitaf9bb00aaf01d78934b784763c451727402915bd (patch)
treecea014866cf66ce83b70bb45b71f386eee4d5826 /desktop-themes
parentdb3e2392a5ef0795e020a820b7ae5915b7702362 (diff)
downloadmate-themes-af9bb00aaf01d78934b784763c451727402915bd.tar.bz2
mate-themes-af9bb00aaf01d78934b784763c451727402915bd.tar.xz
Traditional*: Add border radius for rounded corners
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 2a2c4555..f6f81708 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: 0px;
+ border-radius: 7px 7px 0 0;
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 9c67c24b..db7c12d8 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: 0px;
+ border-radius: 7px 7px 0 0;
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 674befc0..9e0d63fa 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: 0px;
+ border-radius: 7px 7px 0 0;
border-bottom: 1px solid;
border-color: shade(@border_color, 1.30);
}