diff options
author | raveit65 <[email protected]> | 2015-08-12 19:07:43 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-12 19:09:27 +0200 |
commit | 13f394fe3bcf89059247f181ed73f0065e526215 (patch) | |
tree | fdd2e75a26cbb52ed22281cf42ebfc08b1f7f126 /desktop-themes | |
parent | c3f383df653e0b27c6b7ea707c313962c3382af9 (diff) | |
download | mate-themes-13f394fe3bcf89059247f181ed73f0065e526215.tar.bz2 mate-themes-13f394fe3bcf89059247f181ed73f0065e526215.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 70100008..ad9c95e4 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -1289,6 +1289,20 @@ GtkComboBox .menu { 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 * **************/ |