diff options
author | raveit65 <[email protected]> | 2014-11-06 02:00:10 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-06 02:00:10 +0100 |
commit | bfafe50fe44a98c66b840b08519582eab7698667 (patch) | |
tree | 071cdadb187d540e75e81c515ac2b8961ef5f729 /desktop-themes/TraditionalOk/gtk-3.0 | |
parent | 7b5606d87e35a359a833e3a569c8a1428aa965a9 (diff) | |
download | mate-themes-bfafe50fe44a98c66b840b08519582eab7698667.tar.bz2 mate-themes-bfafe50fe44a98c66b840b08519582eab7698667.tar.xz |
traditional themes GTK3: good looking client side decoration
Diffstat (limited to 'desktop-themes/TraditionalOk/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index ee1dd5e4..a18aed43 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -1775,7 +1775,7 @@ GtkInfoBar:last-child, @theme_base_color, @theme_bg_color); background-color: transparent; - border-radius: 7px 7px 0px 0px; + border-radius: 0px; border-bottom: 1px solid; border-color: shade(@border_color, 1.30); } @@ -1799,7 +1799,7 @@ GtkInfoBar:last-child, .titlebar .titlebutton { background: none; border-image: none; - padding: 5px 5px 6px 5px; + padding: 1px 3px 1px 3px; } .window-frame { |