diff options
author | raveit65 <[email protected]> | 2018-05-22 19:14:41 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-05-22 19:14:41 +0200 |
commit | 2d9b9008ef25d1c161e94f15e10c3cf9479da6bd (patch) | |
tree | 0491129e9bc61c2482c195238a0acdbcd285115a /desktop-themes/GreenLaguna | |
parent | 6a1a641407a7eb9de062280d87a620da23e9c5fd (diff) | |
download | mate-themes-2d9b9008ef25d1c161e94f15e10c3cf9479da6bd.tar.bz2 mate-themes-2d9b9008ef25d1c161e94f15e10c3cf9479da6bd.tar.xz |
Submarine/GreenLaguna: fix bg of foo-scroll-area
This is the color bg in mate-display-properties
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css index b91f1843..f18ff1a6 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -721,3 +721,13 @@ window.background.maximized.caja-navigation-window notebook.caja-notebook scroll border-right-width: 0px; } +/*************************** + * mate-display-properties * + ***************************/ + +foo-scroll-area:selected, +foo-scroll-area:selected:focus, +foo-scroll-area:selected:backdrop { + background-color: @theme_selected_bg_color; +} + |