mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-28 01:50:09 +00:00
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:
parent
99e1e96d52
commit
8f9b5924bf
|
@ -19,7 +19,7 @@
|
|||
.animation(none);
|
||||
}
|
||||
|
||||
&.panel-open {
|
||||
&.panel-open, .jq-fullscreened & {
|
||||
box-shadow: 0 -4px 0px rgba(0,0,0,0.2);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue