[FIX] input[type=email] in the wrong order
[FIX] fieldset input[type=email] was in the wrong order.
This commit is contained in:
parent
6bb9ccb8e7
commit
ce37dc2147
@ -684,7 +684,7 @@ margin: -5px 0 5px 0;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
fieldset input[type=email], fieldset input[type=text], fieldset input[type=password] {
|
||||
fieldset input[type=text], fieldset input[type=email], fieldset input[type=password] {
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user