mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
search-box-cancel placement
This commit is contained in:
parent
69d702c783
commit
3599a962a3
@ -454,7 +454,7 @@ div[editor-type="markdown"] .title-input.page-title input[type="text"] {
|
||||
&.flexible input {
|
||||
width: 100%;
|
||||
}
|
||||
.search-box-cancel {
|
||||
button.search-box-cancel {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
|
@ -14,7 +14,7 @@
|
||||
<div class="search-box flexible mb-m" style="display: {{ count($templates) > 0 ? 'block' : 'none' }}">
|
||||
<input refs="template-manager@searchInput" type="text" name="template-search" placeholder="{{ trans('common.search') }}">
|
||||
<button refs="template-manager@searchButton" tabindex="-1" type="button">@icon('search')</button>
|
||||
<button refs="template-manager@searchCancel" class="search-box-cancel text-neg" type="button" style="display: none">@icon('close')</button>
|
||||
<button refs="template-manager@searchCancel" class="search-box-cancel text-neg" tabindex="-1" type="button" style="display: none">@icon('close')</button>
|
||||
</div>
|
||||
|
||||
<div refs="template-manager@list">
|
||||
|
Loading…
Reference in New Issue
Block a user