diff options
author | raveit65 <[email protected]> | 2015-08-12 20:04:36 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-12 20:04:36 +0200 |
commit | 7bcf77d0b88654f3cd31804df23255ce0a504795 (patch) | |
tree | 4df067090ff9a5ccb1108e5312fb5af933308ef5 | |
parent | 9cd258ff29e1367b4f4ce12dd7d268dbbabdbe0a (diff) | |
download | mate-themes-7bcf77d0b88654f3cd31804df23255ce0a504795.tar.bz2 mate-themes-7bcf77d0b88654f3cd31804df23255ce0a504795.tar.xz |
GTK submarine themes: add hyperlinks fg color settings in yelp
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 15 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 15 |
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 * ***********/ |