added some padding to the left in the search
This commit is contained in:
parent
ec672673f6
commit
0d9783fb0e
2 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.search-input {
|
.search-input {
|
||||||
padding-left: 0;
|
padding-left: 30px;
|
||||||
&:focus::-webkit-input-placeholder {
|
&:focus::-webkit-input-placeholder {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -10766,7 +10766,7 @@ ion-view.deflash-blue:before, ion-view#view-amount:before, ion-view#view-confirm
|
||||||
#tab-send .search-wrapper.focus .svg#Bitcoin_Symbol {
|
#tab-send .search-wrapper.focus .svg#Bitcoin_Symbol {
|
||||||
display: none; }
|
display: none; }
|
||||||
#tab-send .search-wrapper.focus .search-input {
|
#tab-send .search-wrapper.focus .search-input {
|
||||||
padding-left: 0; }
|
padding-left: 30px; }
|
||||||
#tab-send .search-wrapper.focus .search-input:focus::-webkit-input-placeholder {
|
#tab-send .search-wrapper.focus .search-input:focus::-webkit-input-placeholder {
|
||||||
opacity: 0; }
|
opacity: 0; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue