diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-10-27 15:11:23 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-10-27 15:24:03 +0100 |
commit | afcbdab20fc9cc06bab56b6c81097d8a3224a503 (patch) | |
tree | 153cf8d6a236274bc72c51ff63b78e02d5f7cc23 /desktop-themes/Blue-Submarine | |
parent | f38d5d2fbe8cb5575c76424298ba93850c407f5f (diff) | |
download | mate-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/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 3 |
1 files changed, 2 insertions, 1 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;
|