diff options
author | raveit65 <[email protected]> | 2015-08-12 19:07:43 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-12 19:08:19 +0200 |
commit | 02b5519f8aa8f4468389a0c89fc16976d166a1c2 (patch) | |
tree | 23d663d06004d66c74df1a092023eb7e1b0410c2 /desktop-themes | |
parent | 30ee855fd6c9f0cb476c0e73bf0d0ec29f13674c (diff) | |
download | mate-themes-02b5519f8aa8f4468389a0c89fc16976d166a1c2.tar.bz2 mate-themes-02b5519f8aa8f4468389a0c89fc16976d166a1c2.tar.xz |
GTK3 BlackMATE: fix font-color of links in yelp
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index 03f332d9..154586e3 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -1418,6 +1418,20 @@ GtkFileChooserButton .button { color: shade(@insensitive_fg_color, 0.7); } +/* ie. yelp */ +*:link, +*:visited { + color: @link_color; +} + +GtkLinkButton.button, +GtkLinkButton.button:hover, +GtkLinkButton.button:active, +GtkLinkButton.button:active:hover { + transition: all 400ms ease-in; + text-shadow: none; +} + /************** * Scrollbars * **************/ |