[gnome-themes-standard] turns out it was the wrong selector, the intent was to style the sidebar.



commit be8bfc46d0118acb17334ab9cbefdd57931b8fd8
Author: Jakub Steiner <jimmac gmail com>
Date:   Tue Apr 19 17:06:16 2011 +0200

    turns out it was the wrong selector, the intent was to style the sidebar.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index f2c665a..5092a75 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -911,7 +911,7 @@ GtkIconView.view.cell:selected:focused {
 }
 
 .view {
-    background-color: @theme_bg_color;
+    background-color: shade (@theme_base_color, 0.96);
     color: @theme_fg_color;
     border-radius: 0;
     border-width: 3;
@@ -1068,7 +1068,7 @@ GtkCalendar.highlight {
 
 .sidebar,
 .sidebar.view {
-    background-color: shade (@theme_base_color, 0.95);
+    background-color: shade (@theme_bg_color, 0.99);
 }
 
 ApDocView, /* Abiword */



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