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);