summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHigh
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-05-01 22:00:54 +0200
committerraveit65 <[email protected]>2015-05-01 22:00:54 +0200
commit13f9fb34cf859cd8f7890105303c058d71364bee (patch)
treec07801118fa1ae46a90fda7b658d346209e4cc00 /desktop-themes/ContrastHigh
parentf663eff8979e6a460fa2b9f820d221eb33f8a64e (diff)
downloadmate-themes-13f9fb34cf859cd8f7890105303c058d71364bee.tar.bz2
mate-themes-13f9fb34cf859cd8f7890105303c058d71364bee.tar.xz
Revert "All themes themes GTK3: disable shadow for .window-frame.csd.popup to avoid"
This reverts commit f663eff8979e6a460fa2b9f820d221eb33f8a64e. This disable shadows for all menus (GTK3)
Diffstat (limited to 'desktop-themes/ContrastHigh')
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
index 6de6640c..506dc3b5 100644
--- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
@@ -1644,7 +1644,7 @@ GtkPopover .separator {
.window-frame.csd.popup {
border-radius: 0;
- box-shadow: 0 0px 0px @wm_shadow;
+ box-shadow: 0 1px 5px @wm_shadow;
}
.window-frame.csd.tooltip {