summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2015-10-27 15:11:23 +0100
committerWolfgang Ulbrich <[email protected]>2015-10-27 15:11:23 +0100
commitc317184c72e34a179403557f21bb46e564417cb1 (patch)
tree808eee80532079990e52d85e295979ba7d0bb820
parent18caa14a20141ab7f7b08b751b287e3193037f02 (diff)
downloadmate-themes-c317184c72e34a179403557f21bb46e564417cb1.tar.bz2
mate-themes-c317184c72e34a179403557f21bb46e564417cb1.tar.xz
Gtk+-3.14/16 submarine themes: fix bg of .view.horizontal
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css3
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css3
2 files changed, 4 insertions, 2 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 9b0568a4..c69f4736 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -3761,7 +3761,8 @@ GtkIconView.view.cell:hover:focus {
border-radius: 4px;
}
-.view {
+.view,
+.view.horizontal {
background-color: @theme_base_color;
color: @theme_fg_color;
text-shadow: 0px 1px @theme_shadow_color;
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 fea72c7c..0e819a62 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -3744,7 +3744,8 @@ GtkIconView.view.cell:hover:focus {
border-radius: 4px;
}
-.view {
+.view,
+.view.horizontal {
background-color: @theme_base_color;
color: @theme_fg_color;
text-shadow: 0px 1px @theme_shadow_color;