rolandtoth / AdminOnSteroids

Various ProcessWire admin tweaks to boost productivity.
https://processwire.com/talk/topic/13389-adminonsteroids/
GNU General Public License v2.0
39 stars 10 forks source link

AOS File filter box is too small with AdminThemeUikit #62

Closed gmclelland closed 7 years ago

gmclelland commented 7 years ago

edit page outdoor adventures pwoliver dev 2017-10-02 12-10-31

gmclelland commented 7 years ago

This also applies to the filter box on image fields.

gmclelland commented 7 years ago

This can be fixed by adding:

type="text"

to the filter inputs

gmclelland commented 7 years ago

Just to be clear:

<input placeholder="🔍" list="wrapinputfield_page_files" tabindex="9" style="height: auto;" type="text">
gmclelland commented 7 years ago

This should fix this: https://github.com/rolandtoth/AdminOnSteroids/pull/66

gmclelland commented 7 years ago

This is fixed now