From 8f9b5924bfcdd7ffeb3d803ea8cf1f191c674753 Mon Sep 17 00:00:00 2001 From: Pau Giner Date: Tue, 21 Oct 2014 13:00:49 +0200 Subject: [PATCH] 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 --- resources/mmv/ui/mmv.ui.metadataPanelScroller.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/mmv/ui/mmv.ui.metadataPanelScroller.less b/resources/mmv/ui/mmv.ui.metadataPanelScroller.less index 0bb2c7312..39f3422c0 100644 --- a/resources/mmv/ui/mmv.ui.metadataPanelScroller.less +++ b/resources/mmv/ui/mmv.ui.metadataPanelScroller.less @@ -19,7 +19,7 @@ .animation(none); } - &.panel-open { + &.panel-open, .jq-fullscreened & { box-shadow: 0 -4px 0px rgba(0,0,0,0.2); } }