remove important and add translate to placeholder
This commit is contained in:
parent
39bd7e9fa9
commit
c74e547ad2
2 changed files with 15 additions and 14 deletions
|
|
@ -201,8 +201,7 @@
|
||||||
ng-focus="home.formFocus(true)"
|
ng-focus="home.formFocus(true)"
|
||||||
ng-blur="home.formFocus(false)"
|
ng-blur="home.formFocus(false)"
|
||||||
type="text"
|
type="text"
|
||||||
class="form-control"
|
placeholder="{{'Amount, address, mm/dd/yyyy' | translate}}"
|
||||||
placeholder="Amount, address, mm/dd/yyyy"
|
|
||||||
ng-model="search"></input>
|
ng-model="search"></input>
|
||||||
</div>
|
</div>
|
||||||
<div ng-repeat="btx in index.filter(search) track by btx.txid"
|
<div ng-repeat="btx in index.filter(search) track by btx.txid"
|
||||||
|
|
|
||||||
|
|
@ -613,18 +613,6 @@ ul.manage li {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.left-inner-addon {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.left-inner-addon input {
|
|
||||||
padding-left: 30px !important;
|
|
||||||
margin-bottom: 0rem !important;
|
|
||||||
}
|
|
||||||
.left-inner-addon i {
|
|
||||||
position: absolute;
|
|
||||||
padding: 5px;
|
|
||||||
padding-left: 20px;
|
|
||||||
}
|
|
||||||
/* Turn Off Number Input Spinners */
|
/* Turn Off Number Input Spinners */
|
||||||
input[type=number]::-webkit-inner-spin-button,
|
input[type=number]::-webkit-inner-spin-button,
|
||||||
input[type=number]::-webkit-outer-spin-button {
|
input[type=number]::-webkit-outer-spin-button {
|
||||||
|
|
@ -794,6 +782,20 @@ table tbody tr:last-child td {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*//////////////////////////// SEARCH INPUT ////////////////////////////*/
|
||||||
|
|
||||||
|
.left-inner-addon {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.left-inner-addon input {
|
||||||
|
padding-left: 40px;
|
||||||
|
margin-bottom: auto;
|
||||||
|
}
|
||||||
|
.left-inner-addon i {
|
||||||
|
position: absolute;
|
||||||
|
padding: 5px;
|
||||||
|
padding-left: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
/*//////////////////////////// BUTTON OUTLINE ////////////////////////////*/
|
/*//////////////////////////// BUTTON OUTLINE ////////////////////////////*/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue