finish newsletter style
This commit is contained in:
parent
480a64f0b8
commit
1c08c92b78
6 changed files with 77 additions and 2 deletions
|
|
@ -65,3 +65,19 @@ button[disabled] {
|
|||
cursor: not-allowed;
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
input {
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
::placeholder {
|
||||
color: #000;
|
||||
opacity: 1; /* Firefox */
|
||||
}
|
||||
::-ms-input-placeholder {
|
||||
/* Edge 12 -18 */
|
||||
color: #000;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue