summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-12 20:04:36 +0200
committerraveit65 <[email protected]>2015-08-12 20:04:36 +0200
commit7bcf77d0b88654f3cd31804df23255ce0a504795 (patch)
tree4df067090ff9a5ccb1108e5312fb5af933308ef5 /desktop-themes
parent9cd258ff29e1367b4f4ce12dd7d268dbbabdbe0a (diff)
downloadmate-themes-7bcf77d0b88654f3cd31804df23255ce0a504795.tar.bz2
mate-themes-7bcf77d0b88654f3cd31804df23255ce0a504795.tar.xz
GTK submarine themes: add hyperlinks fg color settings in yelp
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css15
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css15
2 files changed, 30 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 216ff753..f44ada62 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -2023,6 +2023,21 @@ DbusmenuGtkMenu .menuitem.separator,
color: @theme_fg_color;
}
+/* hyperlinks */
+/* ie. yelp */
+*:link,
+*:visited {
+ color: @link_color;
+}
+
+GtkLinkButton,
+GtkLinkButton:hover,
+GtkLinkButton.button.flat,
+GtkLinkButton.button.flat:hover {
+ padding: 4px;
+ border-color: transparent;
+}
+
/***********
* spinner *
***********/
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 0cf81632..dba47743 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -2029,6 +2029,21 @@ DbusmenuGtkMenu .menuitem.separator,
color: @theme_fg_color;
}
+/* hyperlinks */
+/* ie. yelp */
+*:link,
+*:visited {
+ color: @link_color;
+}
+
+GtkLinkButton,
+GtkLinkButton:hover,
+GtkLinkButton.button.flat,
+GtkLinkButton.button.flat:hover {
+ padding: 4px;
+ border-color: transparent;
+}
+
/***********
* spinner *
***********/