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="row">
|
||||||
<div class="search-bar">
|
<div class="search-bar">
|
||||||
<input class="search-text" mat-input #search placeholder="{{ 'DASHBOARD.SEARCH' | translate }}">
|
<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>
|
<mat-icon>search</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
.search-bar {
|
.search-bar {
|
||||||
padding-top: inherit !important;
|
padding-top: inherit !important;
|
||||||
bottom: auto !important;
|
bottom: auto !important;
|
||||||
width: 260px !important;
|
width: 258px !important;
|
||||||
top: 100px;
|
top: 100px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
|
|
Loading…
Reference in New Issue