summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2015-10-27 15:11:23 +0100
committerWolfgang Ulbrich <[email protected]>2015-10-27 15:24:03 +0100
commitafcbdab20fc9cc06bab56b6c81097d8a3224a503 (patch)
tree153cf8d6a236274bc72c51ff63b78e02d5f7cc23 /desktop-themes
parentf38d5d2fbe8cb5575c76424298ba93850c407f5f (diff)
downloadmate-themes-afcbdab20fc9cc06bab56b6c81097d8a3224a503.tar.bz2
mate-themes-afcbdab20fc9cc06bab56b6c81097d8a3224a503.tar.xz
Gtk+-3.14/16 submarine themes: fix bg of .view.horizontal
Diffstat (limited to 'desktop-themes')
-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 5e957f6e..199134eb 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -3903,7 +3903,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 aad57459..de44c8c4 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -3887,7 +3887,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;