diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-10-27 15:11:23 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-10-27 15:11:23 +0100 |
commit | c317184c72e34a179403557f21bb46e564417cb1 (patch) | |
tree | 808eee80532079990e52d85e295979ba7d0bb820 /desktop-themes/Green-Submarine | |
parent | 18caa14a20141ab7f7b08b751b287e3193037f02 (diff) | |
download | mate-themes-c317184c72e34a179403557f21bb46e564417cb1.tar.bz2 mate-themes-c317184c72e34a179403557f21bb46e564417cb1.tar.xz |
Gtk+-3.14/16 submarine themes: fix bg of .view.horizontal
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 3 |
1 files changed, 2 insertions, 1 deletions
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;
|