Further Improvements over Language Editor Search bar styling

This commit is contained in:
George Kalampokis 2020-02-28 18:25:23 +02:00
parent a70bb595ca
commit 46eac8684d
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<div class="row">
<div class="search-bar">
<input class="search-text" mat-input #search placeholder="{{ 'DASHBOARD.SEARCH' | translate }}">
<button mat-button type="button" (click)="findKeys(search)">
<button mat-raised-button type="button" class="lightblue-btn" (click)="findKeys(search)">
<mat-icon>search</mat-icon>
</button>
</div>

View File

@ -25,7 +25,7 @@
.search-bar {
padding-top: inherit !important;
bottom: auto !important;
width: 260px !important;
width: 258px !important;
top: 100px;
position: fixed;
right: 10px;