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:
parent
e66f8d37cc
commit
342ea7c472
1 changed files with 7 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue