Show panel shadow on full-screen mode

On full-screen mode the panel appears on hover over the image.
This patchset applies the same shadow as when the panel is open to the full-screen panel.
This is done to communicate that the panel is ovelapping the image.

Change-Id: Ia76f2ace6a424bbd26d4d3d43ed213b98ec91006
This commit is contained in:
Pau Giner 2014-10-21 13:00:49 +02:00
parent 99e1e96d52
commit 8f9b5924bf

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);
}
}