summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-13 15:36:55 +0200
committerraveit65 <[email protected]>2015-08-13 15:37:29 +0200
commit42e182d75804b4401ce5caa4f00a9d92309d7fd1 (patch)
treed707b2df7df28ea9d4562530052de6f1fa58c163 /desktop-themes/GreenLaguna
parent692aff2a336bb774c58b24ab0f4a8c94f7ca6b89 (diff)
downloadmate-themes-42e182d75804b4401ce5caa4f00a9d92309d7fd1.tar.bz2
mate-themes-42e182d75804b4401ce5caa4f00a9d92309d7fd1.tar.xz
GTK GreenLaguna: adjust link_color and add styling for hyperlinks
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css2
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css15
2 files changed, 16 insertions, 1 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css
index 1ff9969b..c7646580 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css
@@ -73,7 +73,7 @@
@define-color expander_row_selected_color #DFF0D9; /*#acccee*/
-@define-color link_color #8FD94A;
+@define-color link_color #679E36;
@define-color frame_color #9FA09E;
@define-color inactive_frame_color #C8CAC8;
@define-color warning_color #f57900;
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
index 7eebae37..b24f52db 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -3493,6 +3493,21 @@ GtkActionBar .frame.action-bar .horizontal.stack-switcher.linked .button.image-b
padding: 4px 2px;
}
+/* 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;
+}
+
/****************
* Applications *
****************/