Skip to content
Snippets Groups Projects
Verified Commit 09882dab authored by Alex ORLUC's avatar Alex ORLUC
Browse files

show quick search in mobile mode

parent b330afac
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<input #searchHome type="submit" name="submit" value="" style="display:none;"> <input #searchHome type="submit" name="submit" value="" style="display:none;">
</form> </form>
<button title="{{lang.quickSearchInfo + ' : '+ lang.quickSearchTarget}}" (click)="showSearchInput()" mat-icon-button *ngIf="!mobileMode && hideSearch" style="opacity:0.5;"> <button title="{{lang.quickSearchInfo + ' : '+ lang.quickSearchTarget}}" (click)="showSearchInput()" mat-icon-button *ngIf="hideSearch" style="opacity:0.5;">
<mat-icon class="fa fa-search" style="font-size:22px;"></mat-icon> <mat-icon class="fa fa-search" style="font-size:22px;"></mat-icon>
</button> </button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment