diff options
author | raveit65 <[email protected]> | 2015-04-24 01:28:51 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-24 01:28:51 +0200 |
commit | 0d7a837d867a79ce490bc2f49ce95661f3646c98 (patch) | |
tree | 4f9e9323f38de60531d6f1b1eb403e53ccffdde4 /desktop-themes | |
parent | 5ceac85046c9536405ab11a0f4adb7efe0e0c624 (diff) | |
download | mate-themes-0d7a837d867a79ce490bc2f49ce95661f3646c98.tar.bz2 mate-themes-0d7a837d867a79ce490bc2f49ce95661f3646c98.tar.xz |
GreenLaguna GTK: adjust sidebar bg color in file-chooser dialog
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 90255554..fed56fb7 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -2384,6 +2384,11 @@ GtkLabel { text-shadow: none; } +.sidebar, +GtkPlacesSidebar.sidebar .view { + background-color: shade(@theme_bg_color, 1.03); +} + .sidebar.separator, .sidebar.separator:hover { color: alpha(@frame_color, 0.6); |