From db64a31ba6943c0c7bf905793afdfa00b4a4c242 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 29 Mar 2018 11:29:55 +0200 Subject: All themes: some improvements for WebKitGtk2 partially fix for rhbz https://bugzilla.redhat.com/show_bug.cgi?id=1559045 --- desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'desktop-themes/BlueMenta') diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 88755543..9f8a1644 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -1252,6 +1252,7 @@ button { border-style: solid; border-color: transparent; text-shadow: 0 1px @button_text_shadow; + color: @theme_fg_color; } button.default { @@ -3299,6 +3300,8 @@ radio:disabled { check, radio { padding: 0px 6px 0px 0px; + min-height: 12px; + min-width: 12px; } checkbutton:hover, -- cgit v1.2.1