diff options
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 10 |
1 files changed, 10 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 40123e96..561b27d2 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -1473,3 +1473,13 @@ window.background.maximized.caja-navigation-window notebook.caja-notebook scroll box-shadow: none; } +/*************************** + * mate-display-properties * + ***************************/ + +foo-scroll-area:selected, +foo-scroll-area:selected:focus, +foo-scroll-area:selected:backdrop { + background-color: @theme_selected_bg_color; +} + |