diff options
author | raveit65 <[email protected]> | 2015-08-13 23:17:07 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 23:18:03 +0200 |
commit | 0f9388232bc8e6859cec43333e9668d7e4e80c3b (patch) | |
tree | e0667e07703d54b4c009ff07b9feffdc45daa611 /desktop-themes/TraditionalOkTest/gtk-3.0 | |
parent | 1815bb2d33907e5f66321f92e8f5863fa16f21be (diff) | |
download | mate-themes-0f9388232bc8e6859cec43333e9668d7e4e80c3b.tar.bz2 mate-themes-0f9388232bc8e6859cec43333e9668d7e4e80c3b.tar.xz |
GTK3 traditional themes: adjust link_color and add styling for hyperlinks
Diffstat (limited to 'desktop-themes/TraditionalOkTest/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 15 |
1 files changed, 15 insertions, 0 deletions
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; +} + |