FolderList search style to CSS

This commit is contained in:
the-djmaze 2022-12-22 10:57:41 +01:00
parent 40d29acb15
commit cfdc37189b
2 changed files with 6 additions and 1 deletions

View file

@ -14,6 +14,11 @@
margin: 0;
}
input {
width: calc(100% - 8px);
margin-left: 4px;
}
.move-action-content-wrapper {
z-index: -1;
position: fixed;

View file

@ -20,7 +20,7 @@
</li>
</ul>
<hr>
<input type="search" style="width:100%" data-bind="textInput: foldersFilter, visible: foldersFilterVisible" data-i18n="[placeholder]GLOBAL/SEARCH">
<input type="search" data-bind="textInput: foldersFilter, visible: foldersFilterVisible" data-i18n="[placeholder]GLOBAL/SEARCH">
<ul class="b-folders-user" data-bind="template: { name: 'MailFolderListItem', foreach: folderListVisible }"></ul>
<div class="move-action-content-wrapper" data-bind="visible: moveAction"></div>
</div>