diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2011-03-21 16:57:01 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2011-03-21 16:57:01 -0400 |
commit | 1f31ab18d932a778aa409dd3cadffb34d5f4ae54 (patch) | |
tree | 95807ddff43f73944ff4e5c93099ee0157c646ed /data/nautilus.css | |
parent | 9dc263518f71a2a06ec808be79c2bc0a9fe17129 (diff) | |
download | nautilus-1f31ab18d932a778aa409dd3cadffb34d5f4ae54.tar.gz |
css: apply a soft gradient to the floating bar.
Diffstat (limited to 'data/nautilus.css')
-rw-r--r-- | data/nautilus.css | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/data/nautilus.css b/data/nautilus.css index 45dbd47dd..004c1850d 100644 --- a/data/nautilus.css +++ b/data/nautilus.css @@ -27,7 +27,6 @@ NautilusSearchBar .entry { color: @theme_base_color; } - #nautilus-search-button:active, #nautilus-search-button:active:prelight { color: darker (@cluebar_color); @@ -36,17 +35,16 @@ NautilusSearchBar .entry { #nautilus-tab-close-button { -GtkWidget-focus-padding : 0; -GtkWidget-focus-line-width: 0; - xthickness: 0; - ythickness: 0; } NautilusFloatingBar { - background-color: shade (@theme_base_color, 0.95); - border-color: darker (shade (@theme_base_color, 0.95)); - border-radius: 2; + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade (@notebook_tab_gradient_a, 0.97)), + to (shade (@notebook_tab_gradient_b, 0.90))); + border-color: shade (@notebook_tab_gradient_b, 0.80); + border-radius: 1; border-width: 1; - - padding: 0; } NautilusFloatingBar > GtkBox > GtkButton { |