mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 07:53:38 +02:00
Increase size of device search field on focus.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user