Draft nicer placeholder and disabled forms

This commit is contained in:
Dennis Eichhorn 2018-07-31 21:53:53 +02:00
parent 637d29e43d
commit be42ed5c6b

View File

@ -37,6 +37,10 @@ input[type="datetime-local"] {
&:focus {
border-color:#0c69d6;
}
&:disabled {
background: #efefef;
}
}
select {
@ -57,7 +61,12 @@ input[type="file"] {
box-sizing: border-box;
}
input[placeholder], textarea {
input::placeholder {
color: #cfcfcf;
opacity: 1;
}
input::placeholder, textarea {
font-family: 'FontAwesome', serif;
}