summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-06-13 11:23:59 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2011-06-13 11:43:09 -0400
commit752ab2718ba4f7e968678facfd8dd0ea6b0e4b26 (patch)
treef252f7f257ad7ce9b3c3b4e9563f73793dd2d2d6
parenta28a89ab8112a5207d5413e5f767f191d1d13339 (diff)
downloadnautilus-752ab2718ba4f7e968678facfd8dd0ea6b0e4b26.tar.gz
css: cleanup the CSS file a bit
-rw-r--r--data/nautilus.css21
1 files changed, 12 insertions, 9 deletions
diff --git a/data/nautilus.css b/data/nautilus.css
index eaba73c57..2456661e4 100644
--- a/data/nautilus.css
+++ b/data/nautilus.css
@@ -12,12 +12,15 @@ NautilusQueryEditor.info {
border-color: darker (@cluebar_color);
border-radius: 0;
- border-width: 1;
+ border-width: 1 0;
border-style: solid;
}
NautilusSearchBar .entry {
- -GtkEntry-inner-border: 1;
+ border-image: none;
+ border-color: @cluebar_color;
+
+ -GtkEntry-inner-border: 3;
}
.nautilus-cluebar-label {
@@ -30,25 +33,25 @@ NautilusSearchBar .entry {
color: darker (@cluebar_color);
}
-#nautilus-tab-close-button {
- -GtkWidget-focus-padding : 0;
- -GtkWidget-focus-line-width: 0;
-}
-
NautilusFloatingBar {
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-radius: 3 3 0 0;
border-width: 1;
+ border-style: solid;
}
-NautilusFloatingBar > GtkBox > GtkButton {
+NautilusFloatingBar .button {
background-color: alpha (@theme_base_color, 0.0);
background-image: none;
+
border-style: none;
+ border-image: none;
-GtkButton-image-spacing: 0;
-GtkButton-inner-border: 0;