From a024ed92ae844a7ecefef6225128c7d4977c2b9b Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 12 Aug 2015 19:50:47 +0200 Subject: GTK submarine themes: improve hyperlinks fg color in yelp --- desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'desktop-themes/Green-Submarine') diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css index a6dd7fd8..34194db8 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -2992,6 +2992,12 @@ GtkFlowBox .grid-child:selected { } /* hyperlinks */ +/* ie. yelp */ +*:link, +*:visited { + color: @link_color; +} + GtkLinkButton, GtkLinkButton:hover, GtkLinkButton.button.flat, @@ -3703,6 +3709,7 @@ GtkIconView.view.cell:selected:focus { color-stop (0.45, shade (@button_bg_active, 1.00)), color-stop (0.52, shade (@button_bg_active, 0.88)), to (shade (@button_bg_active, 0.90))); + border-width: 1px; border-style: solid; border-radius: 4px; -- cgit v1.2.1