From ec7179d01ae307e55737c26314c42ee3bfe584fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD=20=D0=98=D0=B6=D0=B1?= =?UTF-8?q?=D1=83=D0=BB=D0=B0=D1=82=D0=BE=D0=B2?= Date: Wed, 26 Mar 2014 11:57:05 +0000 Subject: [PATCH] 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 file changed, 6 insertions(+) diff --git a/gtk/resources/theme/gtk-win32-base.css b/gtk/resources/theme/gtk-win32-base.css index 6d44bb0c02..9f6bc0a966 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);