summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOkTest/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-13 23:17:07 +0200
committerraveit65 <[email protected]>2015-08-13 23:18:30 +0200
commit31c14bfb01cd00577c11dd872c8b59bcae083415 (patch)
tree48db065fe5cb8b4f4a44d19a6ee32ad91806d9ae /desktop-themes/TraditionalOkTest/gtk-3.0
parente7f35162bbaea70e57177dcc1a699b8304b7c48f (diff)
downloadmate-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/TraditionalOkTest/gtk-3.0')
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css15
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 3ca7ab73..8c10a8fc 100644
--- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
@@ -2555,3 +2555,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;
+}
+