diff options
author | raveit65 <[email protected]> | 2015-08-13 15:36:55 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 15:38:01 +0200 |
commit | c00cb7240f03c9395d9d7b0615698549a310d8d0 (patch) | |
tree | 1e42e41ce6fed2af3e0a95120894a519f6546261 /desktop-themes/GreenLaguna/gtk-3.0 | |
parent | fd77a9e6b9dc1463ecbd7c0a130d21291f355074 (diff) | |
download | mate-themes-c00cb7240f03c9395d9d7b0615698549a310d8d0.tar.bz2 mate-themes-c00cb7240f03c9395d9d7b0615698549a310d8d0.tar.xz |
GTK GreenLaguna: adjust link_color and add styling for hyperlinks
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-3.0')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css | 2 | ||||
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 15 |
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 a2810707..c47ce12e 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 b4aa49bc..38d6486b 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -3159,6 +3159,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 * ****************/ |