Permalink
Browse files

Fix Gtk3 menu shadows

  • Loading branch information...
1 parent 52ab536 commit b9f9b0826195ad115b56724326aa0d3e91063dd4 @ochosi ochosi committed Jan 10, 2015
Showing with 6 additions and 0 deletions.
  1. +6 −0 gtk-3.0/gtk-widgets.css
View
@@ -4450,3 +4450,9 @@ GtkBubbleWindow .toolbar {
box-shadow: 0 3px 5px alpha(black, 0.5),
0 0 0 1px alpha(black, 0.2);
}
+
+.window-frame.csd.popup {
+ border-style: none;
+ border-radius: 0;
+ box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
+}

0 comments on commit b9f9b08

Please sign in to comment.