[gtk+] W32: Add dummy prelight style to check/radio buttons to propagate prelight to check/radio marks



commit ec7179d01ae307e55737c26314c42ee3bfe584fd
Author: Руслан Ижбулатов <lrn1986 gmail com>
Date:   Wed Mar 26 11:57:05 2014 +0000

    W32: Add dummy prelight style to check/radio buttons to propagate prelight to check/radio marks
    
    https://bugzilla.gnome.org/show_bug.cgi?id=727210

 gtk/resources/theme/gtk-win32-base.css |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/gtk/resources/theme/gtk-win32-base.css b/gtk/resources/theme/gtk-win32-base.css
index 6d44bb0..9f6bc0a 100644
--- a/gtk/resources/theme/gtk-win32-base.css
+++ b/gtk/resources/theme/gtk-win32-base.css
@@ -152,6 +152,12 @@ GtkAssistant .sidebar .highlight {
 
 /* Check buttons */
 
+/* This is meaningless, it just enables prelight propagation to check/radio mark */
+GtkCheckButton:prelight,
+GtkRadioButton:prelight {
+  color: @fg_color;
+}
+
 .check {
     background-color: transparent;
     background-image: -gtk-win32-theme-part(button, 3 1);


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