style to search input
This commit is contained in:
parent
276c3fa9ab
commit
c66a389994
2 changed files with 19 additions and 0 deletions
|
|
@ -613,6 +613,18 @@ ul.manage li {
|
|||
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: 2%;
|
||||
}
|
||||
/* Turn Off Number Input Spinners */
|
||||
input[type=number]::-webkit-inner-spin-button,
|
||||
input[type=number]::-webkit-outer-spin-button {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue