diff options
author | raveit65 <[email protected]> | 2015-08-12 19:50:47 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-12 19:50:47 +0200 |
commit | 3bb73ae43a9311fcc86ef0b41f8fa56037e6a813 (patch) | |
tree | 7701db1e308ac3b59cb15b00f88a8ef0079d7ded /desktop-themes/Blue-Submarine | |
parent | 008699d48cc6e43020ed21c96a2df57517dd9ba9 (diff) | |
download | mate-themes-3bb73ae43a9311fcc86ef0b41f8fa56037e6a813.tar.bz2 mate-themes-3bb73ae43a9311fcc86ef0b41f8fa56037e6a813.tar.xz |
GTK submarine themes: improve hyperlinks fg color in yelp
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index 33953156..acd3818c 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -3143,6 +3143,12 @@ GtkFlowBox .grid-child:selected { }
/* hyperlinks */
+/* ie. yelp */
+*:link,
+*:visited {
+ color: @link_color;
+}
+
GtkLinkButton,
GtkLinkButton:hover,
GtkLinkButton.button.flat,
|