diff options
author | raveit65 <[email protected]> | 2015-08-12 19:50:47 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-12 19:51:23 +0200 |
commit | 13796d2b833178249e0581e7acd69ec36fcc4d2d (patch) | |
tree | 05dbe3b4a4201b4fcbbb3786ee6e3bcbc62934d1 /desktop-themes/Green-Submarine/gtk-3.0 | |
parent | 02b5519f8aa8f4468389a0c89fc16976d166a1c2 (diff) | |
download | mate-themes-13796d2b833178249e0581e7acd69ec36fcc4d2d.tar.bz2 mate-themes-13796d2b833178249e0581e7acd69ec36fcc4d2d.tar.xz |
GTK submarine themes: improve hyperlinks fg color in yelp
Diffstat (limited to 'desktop-themes/Green-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css index 2bd1b1ed..fe448063 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -3122,6 +3122,12 @@ GtkFlowBox .grid-child:selected { }
/* hyperlinks */
+/* ie. yelp */
+*:link,
+*:visited {
+ color: @link_color;
+}
+
GtkLinkButton,
GtkLinkButton:hover,
GtkLinkButton.button.flat,
@@ -3834,6 +3840,7 @@ GtkIconView.view.cell:selected:focus { color-stop (0.45, shade (@button_bg_active, 1.00)),
color-stop (0.52, shade (@button_bg_active, 0.88)),
to (shade (@button_bg_active, 0.90)));
+
border-width: 1px;
border-style: solid;
border-radius: 4px;
|