[nautilus] css: apply a soft gradient to the floating bar.
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] css: apply a soft gradient to the floating bar.
- Date: Mon, 21 Mar 2011 20:57:24 +0000 (UTC)
commit 1f31ab18d932a778aa409dd3cadffb34d5f4ae54
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Mar 21 16:57:01 2011 -0400
css: apply a soft gradient to the floating bar.
data/nautilus.css | 14 ++++++--------
1 files changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/data/nautilus.css b/data/nautilus.css
index 45dbd47..004c185 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 {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]