I've tried to do this with CSS like this (test example):
.context-menu {
-fx-effect: dropshadow(one-pass-box, black, 10, 1.0, 3, 3)
}
but it doesn't work. Tried to find out which node i should style through ScenicView, but context menu disappearing before i can read info in SV. Can anyone help?