diff options
author | raveit65 <[email protected]> | 2015-08-16 16:37:28 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-16 16:37:28 +0200 |
commit | 763289f11f093341a780597a8d27bab28f97f465 (patch) | |
tree | 1563187492c0be65499a9876fdc0fe58497a3ca2 /desktop-themes | |
parent | 70eedd99975e8e2eac87ed7625a4434e66d45c22 (diff) | |
download | mate-themes-763289f11f093341a780597a8d27bab28f97f465.tar.bz2 mate-themes-763289f11f093341a780597a8d27bab28f97f465.tar.xz |
GTK3 submarine themes: remove wrong pseudo class for hyperlinks
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 7 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 7 |
2 files changed, 0 insertions, 14 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 f44ada62..754d9c4c 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -2023,13 +2023,6 @@ DbusmenuGtkMenu .menuitem.separator, color: @theme_fg_color; } -/* 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 dba47743..3775a898 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -2029,13 +2029,6 @@ DbusmenuGtkMenu .menuitem.separator, color: @theme_fg_color; } -/* hyperlinks */ -/* ie. yelp */ -*:link, -*:visited { - color: @link_color; -} - GtkLinkButton, GtkLinkButton:hover, GtkLinkButton.button.flat, |