diff options
author | raveit65 <[email protected]> | 2015-08-13 23:17:07 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 23:18:30 +0200 |
commit | 31c14bfb01cd00577c11dd872c8b59bcae083415 (patch) | |
tree | 48db065fe5cb8b4f4a44d19a6ee32ad91806d9ae /desktop-themes/TraditionalOk | |
parent | e7f35162bbaea70e57177dcc1a699b8304b7c48f (diff) | |
download | mate-themes-31c14bfb01cd00577c11dd872c8b59bcae083415.tar.bz2 mate-themes-31c14bfb01cd00577c11dd872c8b59bcae083415.tar.xz |
GTK3 traditional themes: adjust link_color and add styling for hyperlinks
Diffstat (limited to 'desktop-themes/TraditionalOk')
-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 93cfd309..d03aef35 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -2559,3 +2559,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; +} + |