start footer
This commit is contained in:
parent
41a7b7b4cb
commit
1945557d93
21 changed files with 195 additions and 77 deletions
|
|
@ -76,8 +76,17 @@ input {
|
|||
::placeholder {
|
||||
color: #000;
|
||||
opacity: 1; /* Firefox */
|
||||
transition: all 0.2s ease-in-out;
|
||||
}
|
||||
::-ms-input-placeholder {
|
||||
/* Edge 12 -18 */
|
||||
color: #000;
|
||||
transition: color 0.2s ease-in-out;
|
||||
}
|
||||
:focus::placeholder {
|
||||
opacity: 0.5; /* Firefox */
|
||||
}
|
||||
::-ms-input-placeholder {
|
||||
/* Edge 12 -18 */
|
||||
color: rgba(0, 0, 0, 125);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue