From 0fcda70e8362d85fce9df6d7c0fef4d675209edf 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/TraditionalOk/gtk-3.0/gtk-widgets.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'desktop-themes/TraditionalOk') diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 6ddd20e8..0c67b039 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -2631,3 +2631,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