diff options
author | infirit <[email protected]> | 2015-01-14 18:52:09 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2015-01-14 18:52:09 +0100 |
commit | e3f1a175a08f0bdb08908f6cf16c4c48cc9ff8c1 (patch) | |
tree | 4056fb6a09498958680c429fbd074eaad5e9f169 /desktop-themes/TraditionalOkTest | |
parent | 38777f66fecfc1f3166a89fcaf64f443525ffc96 (diff) | |
download | mate-themes-e3f1a175a08f0bdb08908f6cf16c4c48cc9ff8c1.tar.bz2 mate-themes-e3f1a175a08f0bdb08908f6cf16c4c48cc9ff8c1.tar.xz |
Revert "Traditional*: Add border radius for rounded corners"
This reverts commit 5d95db7549762c52bf861c19460ac1319c0f3f05.
Diffstat (limited to 'desktop-themes/TraditionalOkTest')
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index e3b66935..caccc7ff 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/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 0px 0px 0px; border-bottom: 1px solid; border-color: shade(@border_color, 1.30); } |