Commit 61b5efba authored by Itamar Eduardo Gonçalves de Oliveira's avatar Itamar Eduardo Gonçalves de Oliveira Committed by Mark Otto
Browse files

v4 Examples/Floating-labels: fix bad behavior with autofill

parent a1b2071f
Showing with 7 additions and 0 deletions
+7 -0
......@@ -103,6 +103,13 @@ body {
color: #777;
}
.form-label-group input:-webkit-autofill ~ label {
padding-top: .25rem;
padding-bottom: .25rem;
font-size: 12px;
color: #777;
}
/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment