diff options
author | raveit65 <[email protected]> | 2015-08-13 23:17:07 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 23:18:44 +0200 |
commit | 381a301b61b4762757aca63ef685dd76284ba5a7 (patch) | |
tree | 4b64ef2caeff81a4a7b13f3b620dfd50fd785b40 /desktop-themes/TraditionalOk/gtk-3.0 | |
parent | 07c3abc56bc5467f4a9bfbaf5b3fef6c3784bbd0 (diff) | |
download | mate-themes-381a301b61b4762757aca63ef685dd76284ba5a7.tar.bz2 mate-themes-381a301b61b4762757aca63ef685dd76284ba5a7.tar.xz |
GTK3 traditional themes: adjust link_color and add styling for hyperlinks
Diffstat (limited to 'desktop-themes/TraditionalOk/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index a6702e96..42142bc0 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -2322,3 +2322,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; +} + |