From: Vincent Vanwaelscappel Date: Tue, 13 Jun 2017 10:05:42 +0000 (+0200) Subject: wip #1445 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d4fab118bc5d5ea2a80ca6af56236aef36ac438c;p=fluidbook-html5.git wip #1445 @0.5 --- diff --git a/images/shade-thumb-left.png b/images/shade-thumb-left.png deleted file mode 100644 index c9be4930..00000000 Binary files a/images/shade-thumb-left.png and /dev/null differ diff --git a/images/shade-thumb-right.png b/images/shade-thumb-right.png deleted file mode 100644 index c66414f6..00000000 Binary files a/images/shade-thumb-right.png and /dev/null differ diff --git a/js/libs/fluidbook/fluidbook.loader.js b/js/libs/fluidbook/fluidbook.loader.js index 1b68da6f..a3e9f6d8 100644 --- a/js/libs/fluidbook/fluidbook.loader.js +++ b/js/libs/fluidbook/fluidbook.loader.js @@ -285,7 +285,7 @@ FluidbookLoader.prototype = { p = '100%'; i = 'left'; } - shadeImage = 'url("images/shade-thumb-' + i + '.png"),'; + shadeImage = 'url("images/shade' + i + '-reflet.png"),'; shadePosition = p + " 0%,"; shadeSize = '20px ' + h + 'px,'; diff --git a/style/fluidbook.less b/style/fluidbook.less index e9d5fb29..dc4d203c 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1060,10 +1060,10 @@ form input[type="text"], form input[type="email"] { .img { width: 100px; height: @thumb-height; - background: #fff; + background-color: transparent; position: relative; z-index: 1; - background-blend-mode: multiply; + background-blend-mode: normal, overlay; background-repeat: no-repeat; } .number {