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/TraditionalGreen/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/TraditionalGreen/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 15 | ||||
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk.css | 4 |
2 files changed, 17 insertions, 2 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index d6eca422..a9c4d2f4 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -2318,3 +2318,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; +} + diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk.css index 34de43b1..7c72c3c5 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk.css @@ -19,8 +19,8 @@ @define-color theme_text_color #1a1a1a; -@define-color link_color #0000ee; -@define-color visited_link_color #551a8b; +@define-color link_color #00EE00; +@define-color visited_link_color #1A8B54; /***************** * error/warning * |