Fix the color picker in Chromium 53 and improve the cursor

This commit is contained in:
yflory
2017-04-06 12:38:11 +02:00
parent 5c292fb1fa
commit 84029ac2d7
2 changed files with 31 additions and 12 deletions

View File

@@ -69,6 +69,13 @@
#color-picker {
display: block;
}
#pickers {
visibility: hidden;
position: absolute;
width: 0;
height: 0;
z-index: -5;
}
</style>
</head>
<body>
@@ -94,6 +101,6 @@
</div>
</div>
<div id="cursors" style="display: none; background: white; text-align: center;"></div>
<div id="pickers" style="display: none;"></div>
<div id="pickers"></div>
</body>
</html>