diff options
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 6 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 7 |
2 files changed, 13 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,
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;
|