diff options
-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 bf77f500..f035006e 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -2336,6 +2336,21 @@ NemoWindow .primary-toolbar.toolbar .button:active:active, icon-shadow: 1px 1px @theme_selected_shadow_color;
}
+/* hyperlinks */
+/* ie. yelp */
+*:link,
+*:visited {
+ color: @link_color;
+}
+
+GtkLinkButton,
+GtkLinkButton:hover,
+GtkLinkButton.button.flat,
+GtkLinkButton.button.flat:hover {
+ padding: 4px;
+ border-color: transparent;
+}
+
/*****************
* Notebooks and *
* tabs *
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 2eddb02c..75223367 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -2340,6 +2340,21 @@ NemoWindow .primary-toolbar.toolbar .button:active:active, icon-shadow: 1px 1px @theme_selected_shadow_color;
}
+/* hyperlinks */
+/* ie. yelp */
+*:link,
+*:visited {
+ color: @link_color;
+}
+
+GtkLinkButton,
+GtkLinkButton:hover,
+GtkLinkButton.button.flat,
+GtkLinkButton.button.flat:hover {
+ padding: 4px;
+ border-color: transparent;
+}
+
/*****************
* Notebooks and *
* tabs *
|