diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2011-03-15 10:37:43 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2011-03-15 10:37:43 -0400 |
commit | 45945cd45776a020b1f8ce5e61c0db7faa1895f4 (patch) | |
tree | 0af8a02ddf30a67a0758b9922370eab54aea2d2b /data | |
parent | ad8dd8389670d85e8afacb58dc7971cc2b81b9eb (diff) | |
download | nautilus-45945cd45776a020b1f8ce5e61c0db7faa1895f4.tar.gz |
window: add back the resize grip
At the same time, add a bit more padding to the floating bar label, so
that it won't be covered by the grip.
Remove some margin at the bottom of the window too.
Diffstat (limited to 'data')
-rw-r--r-- | data/nautilus.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/data/nautilus.css b/data/nautilus.css index 5e7ff4963..b5d50fc09 100644 --- a/data/nautilus.css +++ b/data/nautilus.css @@ -4,10 +4,6 @@ -NautilusIconContainer-light-info-rgba: shade (@selected_fg_color, 0.6); } -#statusbar-no-border { - -GtkStatusbar-shadow-type: none; -} - #nautilus-extra-view-widget { background-color: #a7c6e1; } @@ -19,7 +15,6 @@ ythickness: 0; } - NautilusFloatingBar { background-color: shade (@theme_base_color, 0.95); border-color: darker (shade (@theme_base_color, 0.95)); |