]> _ Git - fluidbook-html5.git/commitdiff
done #1884 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 16 Jan 2018 16:35:04 +0000 (17:35 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 16 Jan 2018 16:35:04 +0000 (17:35 +0100)
style/mixins.less

index cbd47273d0d2fb0cefdfdb49738eada2a33f31e3..28cd0a0f019adf38be793e976609bfe8a89993e8 100644 (file)
@@ -1,5 +1,5 @@
 .overlayBackground() {
-       background-color: rgba(0, 0, 0, 0.5);
+       background-color: @menu-overlay;
        transition: opacity 400ms;
        opacity: 0;
 }