[gitg] Add explicit insensitive color style for sidebar



commit 416fdeaa2f2a516b56c2358888c6ac49d63d628b
Author: Jesse van den Kieboom <jessevdk gnome org>
Date:   Sat Jul 12 12:13:53 2014 +0200

    Add explicit insensitive color style for sidebar

 gitg/resources/ui/style.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/gitg/resources/ui/style.css b/gitg/resources/ui/style.css
index b4ab8a0..5c51d52 100644
--- a/gitg/resources/ui/style.css
+++ b/gitg/resources/ui/style.css
@@ -42,6 +42,10 @@ GtkToolbar#toolbar_subnav {
        border-bottom: 0px;
 }
 
+GitgSidebar:insensitive {
+       color: @insensitive_fg_color;
+}
+
 .panels-paned.pane-separator,
 .panels-paned.pane-separator:hover,
 .sidebar-paned.pane-separator,


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