1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00

Increase size of device search field on focus.

This commit is contained in:
Simo Kinnunen 2014-07-07 17:04:14 +09:00
parent e66f8d37cc
commit 342ea7c472

View file

@ -40,7 +40,13 @@
}
.stf-device-list .device-search {
width: 150px;
width: 10em;
-webkit-transition: none;
transition: none;
}
.stf-device-list .device-search:focus {
width: 25em;
}
ul.devices-icon-view {