Device filter works on the device table. Icon list is not supported yet and the filter is not saved.

This commit is contained in:
Simo Kinnunen
2014-07-08 12:51:16 +09:00
parent 342ea7c472
commit 2898170240
6 changed files with 312 additions and 6 deletions

View File

@@ -45,6 +45,10 @@
transition: none;
}
.stf-device-list .filter-out {
display: none;
}
.stf-device-list .device-search:focus {
width: 25em;
}