Further Improvements over Language Editor Search bar styling
This commit is contained in:
parent
a70bb595ca
commit
46eac8684d
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue