Hide datalist for unsupported browsers.

This commit is contained in:
Gunther Brunner
2014-07-08 20:12:39 +09:00
parent 6f29ccdecc
commit 6ee738695e
2 changed files with 7 additions and 2 deletions

View File

@@ -384,3 +384,8 @@ a.active {
left: 0;
right: 0;
}
/* Hide datalist for non-supporting browsers */
datalist {
display: none;
}