From: Vincent Vanwaelscappel Date: Tue, 16 Jan 2018 16:35:04 +0000 (+0100) Subject: done #1884 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=a1233f34cfffff27878fd60b6cc80a0af265848f;p=fluidbook-html5.git done #1884 @0.5 --- diff --git a/style/mixins.less b/style/mixins.less index cbd47273..28cd0a0f 100644 --- a/style/mixins.less +++ b/style/mixins.less @@ -1,5 +1,5 @@ .overlayBackground() { - background-color: rgba(0, 0, 0, 0.5); + background-color: @menu-overlay; transition: opacity 400ms; opacity: 0; }