[gthumb] comment view: fixed selected text color



commit 639e0b9923c20d6c366e96c117a16b0f6f28c99b
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sat Mar 15 19:45:59 2014 +0100

    comment view: fixed selected text color

 gthumb/resources/gthumb.css |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/gthumb/resources/gthumb.css b/gthumb/resources/gthumb.css
index d424e24..ce3df98 100644
--- a/gthumb/resources/gthumb.css
+++ b/gthumb/resources/gthumb.css
@@ -91,6 +91,18 @@ GtkScrolledWindow.comment .scrollbar.slider:backdrop {
        color: #666666;
 }
 
+.comment .view:selected,
+.comment.view:selected {
+       background-color: @theme_selected_bg_color;
+       color: @theme_selected_fg_color;
+}
+
+.comment .view:backdrop:selected,
+.comment.view:backdrop:selected {
+       background-color: @theme_unfocused_selected_bg_color;
+       color: @theme_unfocused_selected_fg_color;
+}
+
 /* -- highlighed text on the destination button in the import dialog -- */
 
 GtkLabel.highlighted-text {


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