From 0dd810ee22ed6cb94cce0d7c59de205777eb4862 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: Thu, 1 May 2014 18:17:30 +0000 Subject: [PATCH] W32: override selected button style to remove colored background https://bugzilla.gnome.org/show_bug.cgi?id=729353 --- gtk/resources/theme/gtk-win32-base.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gtk/resources/theme/gtk-win32-base.css b/gtk/resources/theme/gtk-win32-base.css index e5c0349bdf..951bd26b0a 100644 --- a/gtk/resources/theme/gtk-win32-base.css +++ b/gtk/resources/theme/gtk-win32-base.css @@ -159,6 +159,11 @@ GtkAssistant .sidebar .highlight { color: @text_color; } +/* Override *:selected { ...} style; affects horizontal-buttons */ +.button:selected { + background-color: transparent; +} + /* Check buttons */ /* Prevent selected check/radio buttons from getting the "selected" blue background */