mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-04 08:52:20 +02:00
fixes #1538 no more auto complete by chrome
This commit is contained in:
@@ -145,6 +145,8 @@ $(".icon-help-circled").tipTip({
|
||||
</div>
|
||||
<div id='search-user'>
|
||||
<div class='search-info'> </div>
|
||||
{*This input (#user_search2) is used to bait the chrome autocomplete tool. It is hidden in navigator and is not meant to be seen.*}
|
||||
<input id="user_search2" class='search-input' type='text' placeholder='{'Search'|@translate}'>
|
||||
<span class='icon-search search-icon'> </span>
|
||||
<span class="icon-cancel search-cancel"></span>
|
||||
<input id="user_search" class='search-input' type='text' placeholder='{'Search'|@translate}'>
|
||||
@@ -998,6 +1000,11 @@ $(".icon-help-circled").tipTip({
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
#user_search2 {
|
||||
position: absolute;
|
||||
top: -20000px;
|
||||
}
|
||||
|
||||
.advanced-filter-date {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user