summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalGreen
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-01-12 14:24:01 +0100
committerinfirit <[email protected]>2015-01-12 22:09:56 +0100
commitd4e1b8640bc9fe53f1c25271bf475b4b699d0bf2 (patch)
tree14cecdb6e64f7f923fef3b1bcf5d632ce8dbe1d6 /desktop-themes/TraditionalGreen
parentd166cd66e80698f2e45227759e2b67609c89de4f (diff)
downloadmate-themes-d4e1b8640bc9fe53f1c25271bf475b4b699d0bf2.tar.bz2
mate-themes-d4e1b8640bc9fe53f1c25271bf475b4b699d0bf2.tar.xz
Traditional*: Add border radius for rounded corners
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css2
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 e650306b..4bb1b004 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: 0px;
+ border-radius: 7px 7px 0 0;
border-bottom: 1px solid;
border-color: shade(@border_color, 1.30);
padding: 5px 4px 4px 4px;