Added datalist based autocomplete for search filters.

This commit is contained in:
Gunther Brunner
2014-07-08 19:49:56 +09:00
parent 943daa8e0b
commit 6f29ccdecc
2 changed files with 11 additions and 6 deletions

View File

@@ -11,7 +11,7 @@
}
.stf-device-list .clear-filtering-buttons {
margin-top: 0px;
margin-top: 0;
}
.stf-device-list .device-not-usable {
@@ -40,7 +40,7 @@
}
.stf-device-list .device-search {
width: 10em;
width: 20em;
-webkit-transition: none;
transition: none;
}
@@ -50,7 +50,7 @@
}
.stf-device-list .device-search:focus {
width: 25em;
/*width: 25em;*/
}
ul.devices-icon-view {