diff options
author | raveit65 <[email protected]> | 2018-03-29 11:29:55 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-29 11:33:34 +0200 |
commit | cd484ae7707d95a2052b7e066483e90b51c5587b (patch) | |
tree | 1dcac5208e36b6419eb88eac6584bb37e02033fd /desktop-themes/Menta/gtk-3.0 | |
parent | 4bbaf841233f5e890743eaad657b4431ab0166d3 (diff) | |
download | mate-themes-cd484ae7707d95a2052b7e066483e90b51c5587b.tar.bz2 mate-themes-cd484ae7707d95a2052b7e066483e90b51c5587b.tar.xz |
All themes: some improvements for WebKitGtk2
partially fix for rhbz https://bugzilla.redhat.com/show_bug.cgi?id=1559045
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index 7ec28145..5e28771c 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/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, |