Fix the color picker in Chrome and hide the buttons when not supported

This commit is contained in:
yflory
2016-10-10 18:21:18 +02:00
parent 91b4446c0b
commit b23fe783e3
2 changed files with 20 additions and 6 deletions

View File

@@ -136,6 +136,9 @@
background-position: bottom;
background-repeat: repeat-x;
}
#colorPicker_check {
display: block;
}
</style>
</head>
<body>
@@ -147,6 +150,7 @@
<div id="content"></div>
</div>
<div id="nope"></div>
<div id="colorPicker_check"></div>
</body>
</html>