From 0f9388232bc8e6859cec43333e9668d7e4e80c3b Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 13 Aug 2015 23:17:07 +0200 Subject: GTK3 traditional themes: adjust link_color and add styling for hyperlinks --- desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'desktop-themes/TraditionalOkTest/gtk-3.0') diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index 3d5b5d4c..a9fa5e59 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -2627,3 +2627,18 @@ GtkCalendar.header .app-notification.frame .titlebutton.button { padding: 0px; } +/* hyperlinks */ +/* 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; +} + -- cgit v1.2.1