mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:13:31 +02:00
10 lines
150 B
CSS
10 lines
150 B
CSS
.stf-device-list .device-search {
|
|
width: 20em;
|
|
-webkit-transition: none;
|
|
transition: none;
|
|
}
|
|
|
|
.stf-device-list .filter-out {
|
|
display: none;
|
|
}
|