]> _ Git - fluidbook-html5.git/commitdiff
wip #1445 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 13 Jun 2017 10:05:42 +0000 (12:05 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 13 Jun 2017 10:05:42 +0000 (12:05 +0200)
images/shade-thumb-left.png [deleted file]
images/shade-thumb-right.png [deleted file]
js/libs/fluidbook/fluidbook.loader.js
style/fluidbook.less

diff --git a/images/shade-thumb-left.png b/images/shade-thumb-left.png
deleted file mode 100644 (file)
index c9be493..0000000
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 (file)
index c66414f..0000000
Binary files a/images/shade-thumb-right.png and /dev/null differ
index 1b68da6f142c4c10631fc49da56c788bacd0a46c..a3e9f6d88022cf49b6ff47e911ca56542b1c11ef 100644 (file)
@@ -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,';
index e9d5fb29325dae7fbc0531e2d32ce185b00e15d8..dc4d203cffca6e6666681018d16cf9ef97c641b7 100644 (file)
@@ -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 {