summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-13 23:17:07 +0200
committerraveit65 <[email protected]>2015-08-13 23:18:44 +0200
commit381a301b61b4762757aca63ef685dd76284ba5a7 (patch)
tree4b64ef2caeff81a4a7b13f3b620dfd50fd785b40
parent07c3abc56bc5467f4a9bfbaf5b3fef6c3784bbd0 (diff)
downloadmate-themes-381a301b61b4762757aca63ef685dd76284ba5a7.tar.bz2
mate-themes-381a301b61b4762757aca63ef685dd76284ba5a7.tar.xz
GTK3 traditional themes: adjust link_color and add styling for hyperlinks
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css15
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk.css4
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css15
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css15
4 files changed, 47 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 *
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index a6702e96..42142bc0 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -2322,3 +2322,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/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
index dc950b83..858e5a55 100644
--- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOkTest/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;
+}
+