[gnome-themes-standard] baobab: add some baobab css to gnome-applications



commit c5d88be03eb79a46e843cf09701bb96d814e80e9
Author: Paolo Borelli <pborelli gnome org>
Date:   Mon Jul 23 22:19:26 2012 +0200

    baobab: add some baobab css to gnome-applications

 themes/Adwaita/gtk-3.0/gnome-applications.css |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index 05efd5a..7bc0cce 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -336,6 +336,28 @@ GtkIconView.documents-main-view.check:active {
     text-shadow: 0 1px @primary_toolbar_button_text_shadow;
 }
 
+/* baobab */
+
+.baobab-main-view {
+    background-color: #f1f2f1;
+}
+
+.baobab-main-view:selected {
+    background-color: @theme_selected_bg_color;
+}
+
+.cell.baobab-level-cell,
+.cell.baobab-level-cell:hover,
+.cell.baobab-level-cell:selected,
+.cell.baobab-level-cell:selected:hover {
+    border-color: darker(@borders);
+    border-width: 1px;
+    border-radius: 3px;
+    border-style: solid;
+    background-color: white;
+}
+
+
 /* epiphany */
 
 EphyToolbar .entry,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]