mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 16:53:32 +02:00
14 lines
212 B
CSS
14 lines
212 B
CSS
.stf-device-list .device-search {
|
|
width: 20em;
|
|
-webkit-transition: none;
|
|
transition: none;
|
|
}
|
|
|
|
.stf-device-list .filter-out {
|
|
display: none;
|
|
}
|
|
|
|
.stf-device-list .device-search:focus {
|
|
/*width: 25em;*/
|
|
}
|