summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOkTest
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-13 23:17:07 +0200
committerraveit65 <[email protected]>2015-08-13 23:17:07 +0200
commit0fcda70e8362d85fce9df6d7c0fef4d675209edf (patch)
tree09c80fc25af6098fcb898264d3b1c2a54c21153b /desktop-themes/TraditionalOkTest
parent1cf99c6bcb967549136c10d6aafebdbd5b85c090 (diff)
downloadmate-themes-0fcda70e8362d85fce9df6d7c0fef4d675209edf.tar.bz2
mate-themes-0fcda70e8362d85fce9df6d7c0fef4d675209edf.tar.xz
GTK3 traditional themes: adjust link_color and add styling for hyperlinks
Diffstat (limited to 'desktop-themes/TraditionalOkTest')
-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 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;
+}
+