mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:13:31 +02:00
Hide datalist for unsupported browsers.
This commit is contained in:
@@ -384,3 +384,8 @@ a.active {
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
/* Hide datalist for non-supporting browsers */
|
||||
datalist {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user