Merge "Show panel shadow on full-screen mode"

This commit is contained in:
jenkins-bot 2014-10-21 19:31:26 +00:00 committed by Gerrit Code Review
commit 4a5872fadd

View file

@ -19,7 +19,7 @@
.animation(none);
}
&.panel-open {
&.panel-open, .jq-fullscreened & {
box-shadow: 0 -4px 0px rgba(0,0,0,0.2);
}
}