diff options
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css index 123feff0..d69aff50 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -10,6 +10,11 @@ CajaNavigationWindow .view { color: @theme_fg_color; } +/* since gtk+-3.18 */ +CajaNavigationWindow FMListView .view { + background-color: shade (@base_color, 1.0); +} + /* do not flash the desktop with a color during theme switching */ CajaWindow, CajaDesktopWindow FMDesktopIconView .view { |