From f4b61e92f6133ff9936337eb524aed1b4761f967 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, 23 Apr 2014 15:57:24 +0000 Subject: [PATCH] W32: remove the blue "selected" rectangle when activating a checkbutton https://bugzilla.gnome.org/show_bug.cgi?id=728806 --- 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 a70a8d4dc6..701c3fc880 100644 --- a/gtk/resources/theme/gtk-win32-base.css +++ b/gtk/resources/theme/gtk-win32-base.css @@ -153,6 +153,12 @@ GtkAssistant .sidebar .highlight { /* Check buttons */ +/* Prevent selected check/radio buttons from getting the "selected" blue background */ +GtkCheckButton:prelight:selected, +GtkRadioButton:prelight:selected { + background-color: transparent; +} + /* This is meaningless, it just enables prelight propagation to check/radio mark */ GtkCheckButton:prelight, GtkRadioButton:prelight {