[gnome-themes-standard] Add explicit colors for active, focus and selected GucharmapChartable



commit 951f57611122fc3769e4b5d67d35426858f10f3a
Author: Rui Matos <tiagomatos gmail com>
Date:   Thu Feb 16 15:44:41 2012 +0100

    Add explicit colors for active, focus and selected GucharmapChartable
    
    This makes gucharmap's find dialog a bit more useful by highlighting the found
    character on the backgrounded main application window.

 themes/Adwaita/gtk-3.0/gnome-applications.css |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index 6410fd7..7a9f181 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -695,3 +695,11 @@ ContactsWindow .sidebar .view:selected:focus {
  color-stop (0.15, rgba (0, 0, 0, 0.04)),
  to (rgba (0, 0, 0, 0.0)));
 }
+
+/* Gucharmap */
+GucharmapChartable:active,
+GucharmapChartable:focus,
+GucharmapChartable:selected {
+ background-color: @theme_selected_bg_color;
+ color: @theme_selected_fg_color;
+}



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