mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	bs5: fix search icon location
This commit is contained in:
		| @@ -12,11 +12,11 @@ | |||||||
|   </a> |   </a> | ||||||
|   <div class="search-form-container flex-grow-1 py-2 pb-3 pb-sm-2 px-3 ps-md-4 me-sm-auto order-3 order-sm-1"> |   <div class="search-form-container flex-grow-1 py-2 pb-3 pb-sm-2 px-3 ps-md-4 me-sm-auto order-3 order-sm-1"> | ||||||
|     <form (ngSubmit)="search()" class="form-inline flex-grow-1"> |     <form (ngSubmit)="search()" class="form-inline flex-grow-1"> | ||||||
|       <input class="form-control form-control-sm" type="text" placeholder="Search documents" aria-label="Search" |  | ||||||
|         [formControl]="searchField" [ngbTypeahead]="searchAutoComplete" (selectItem)="itemSelected($event)" i18n-placeholder> |  | ||||||
|       <svg width="1em" height="1em"> |       <svg width="1em" height="1em"> | ||||||
|         <use xlink:href="assets/bootstrap-icons.svg#search"/> |         <use xlink:href="assets/bootstrap-icons.svg#search"/> | ||||||
|       </svg> |       </svg> | ||||||
|  |       <input class="form-control form-control-sm" type="text" placeholder="Search documents" aria-label="Search" | ||||||
|  |         [formControl]="searchField" [ngbTypeahead]="searchAutoComplete" (selectItem)="itemSelected($event)" i18n-placeholder> | ||||||
|     </form> |     </form> | ||||||
|   </div> |   </div> | ||||||
|   <ul ngbNav class="order-sm-3"> |   <ul ngbNav class="order-sm-3"> | ||||||
|   | |||||||
| @@ -139,6 +139,7 @@ | |||||||
|   svg { |   svg { | ||||||
|     position: absolute; |     position: absolute; | ||||||
|     left: 0.6rem; |     left: 0.6rem; | ||||||
|  |     top: 0.5rem; | ||||||
|     color: rgba(255, 255, 255, 0.6); |     color: rgba(255, 255, 255, 0.6); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Michael Shamoon
					Michael Shamoon