[nautilus] css: theme the search bar and the cluebar with the proper colors
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] css: theme the search bar and the cluebar with the proper colors
- Date: Tue, 15 Mar 2011 18:36:37 +0000 (UTC)
commit 633929a88b8941a4b817bd34b27ce5d8fbe3a804
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Mar 15 14:32:46 2011 -0400
css: theme the search bar and the cluebar with the proper colors
data/nautilus.css | 28 ++++++++++++++++++++++++++--
1 files changed, 26 insertions(+), 2 deletions(-)
---
diff --git a/data/nautilus.css b/data/nautilus.css
index b5d50fc..2b6c263 100644
--- a/data/nautilus.css
+++ b/data/nautilus.css
@@ -1,11 +1,35 @@
+ define-color cluebar_color #729fcf;
+
* {
-NautilusIconContainer-selection-box-rgba: @selected_bg_color;
-NautilusIconContainer-dark-info-rgba: shade (@selected_bg_color, 0.6);
-NautilusIconContainer-light-info-rgba: shade (@selected_fg_color, 0.6);
}
-#nautilus-extra-view-widget {
- background-color: #a7c6e1;
+NautilusTrashBar.info,
+NautilusXContentBar.info,
+NautilusSearchBar.info {
+ background-color: @cluebar_color;
+ border-color: darker (@cluebar_color);
+
+ border-radius: 0;
+ border-width: 1;
+ border-style: solid;
+}
+
+NautilusSearchBar .entry {
+ -GtkEntry-inner-border: 1;
+}
+
+.nautilus-cluebar-label {
+ font: bold;
+ color: @theme_base_color;
+}
+
+
+#nautilus-search-button:active,
+#nautilus-search-button:active:prelight {
+ color: darker (@cluebar_color);
}
#nautilus-tab-close-button {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]