Change placeholder text color
This commit is contained in:
parent
9fb2b7d401
commit
79ea975e78
|
@ -679,4 +679,15 @@ input:checked + .slider:before {
|
|||
}
|
||||
.slider.round:before {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
/* Placeholder colors */
|
||||
::-webkit-input-placeholder { /* Edge */
|
||||
color: #CCCCCC;
|
||||
}
|
||||
:-ms-input-placeholder { /* Internet Explorer */
|
||||
color: #CCCCCC;
|
||||
}
|
||||
::placeholder {
|
||||
color: #CCCCCC;
|
||||
}
|
Loading…
Reference in New Issue
Block a user