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/GreenLaguna | |
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/GreenLaguna')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 23016c6b..61ca028f 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -1827,6 +1827,7 @@ button { border-radius: 3px; border-width: 1px; border-style: solid; + color: @theme_fg_color; /*border-image is defined in gtk-widgets-assets.css*/ background-image: linear-gradient(to bottom, @button_gradient_color_a, |