diff options
author | raveit65 <[email protected]> | 2014-11-01 00:29:52 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-01 00:29:52 +0100 |
commit | f684cf89757503d69c87cc599a667e54ba400dbf (patch) | |
tree | 2bdd7b3dd320a48d357382919b1cfb53a0d25e03 /desktop-themes | |
parent | 758a23ac0dec2137bf38021cfe47b63c6299f51b (diff) | |
download | mate-themes-f684cf89757503d69c87cc599a667e54ba400dbf.tar.bz2 mate-themes-f684cf89757503d69c87cc599a667e54ba400dbf.tar.xz |
GreenLaguna GTK3-3.8: adjust file-browser view
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 13c231e3..c5bdcff2 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -2258,9 +2258,11 @@ GsmFailWhaleDialog * { /************ * Nautilus * ************/ -/*NautilusView .view { - background-color: @theme_bg_color;; -}*/ + +NautilusView .view, +NemoView .view { + background-color: shade(@base_color, 1.02); +} .nautilus-inactive-pane .view, .nemo-inactive-pane .view { @@ -2382,8 +2384,8 @@ NautilusPlacesSidebar *.cell:selected, NemoPlacesSidebar .cell:selected, NemoPlacesSidebar *.cell:selected { background-image: linear-gradient(to bottom, - shade(@theme_bg_color, 1.3), - shade(@theme_bg_color, 0.73)); + shade(@theme_bg_color, 1.2), + shade(@theme_bg_color, 0.63)); color: @theme_text_color; border-radius: 2px; } @@ -2394,8 +2396,8 @@ NemoPlacesSidebar .cell:selected:focus, NemoPlacesSidebar *.cell:selected:focus { color: @theme_text_color; background-image: linear-gradient(to top, - shade(@theme_bg_color, 1.3), - shade(@theme_bg_color, 0.73)); + shade(@theme_bg_color, 1.2), + shade(@theme_bg_color, 0.63)); } NautilusPlacesSidebar .cell.image:selected, |