mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +00:00
Added styling for input tag without type
This commit is contained in:
parent
c0796ce4fa
commit
25bcbc4374
@ -3,6 +3,7 @@
|
|||||||
margin: 0.7em 0 0;
|
margin: 0.7em 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pure-form input:not([type]),
|
||||||
.pure-form input[type="text"],
|
.pure-form input[type="text"],
|
||||||
.pure-form input[type="password"],
|
.pure-form input[type="password"],
|
||||||
.pure-form input[type="email"],
|
.pure-form input[type="email"],
|
||||||
@ -22,6 +23,7 @@
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pure-group input:not([type]),
|
||||||
.pure-group input[type="text"],
|
.pure-group input[type="text"],
|
||||||
.pure-group input[type="password"],
|
.pure-group input[type="password"],
|
||||||
.pure-group input[type="email"],
|
.pure-group input[type="email"],
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
.pure-form input:not([type]),
|
||||||
.pure-form input[type="text"],
|
.pure-form input[type="text"],
|
||||||
.pure-form input[type="password"],
|
.pure-form input[type="password"],
|
||||||
.pure-form input[type="email"],
|
.pure-form input[type="email"],
|
||||||
@ -30,6 +31,7 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pure-form input:not([type]):focus,
|
||||||
.pure-form input[type="text"]:focus,
|
.pure-form input[type="text"]:focus,
|
||||||
.pure-form input[type="password"]:focus,
|
.pure-form input[type="password"]:focus,
|
||||||
.pure-form input[type="email"]:focus,
|
.pure-form input[type="email"]:focus,
|
||||||
@ -62,6 +64,7 @@
|
|||||||
margin: 0.5em 0;
|
margin: 0.5em 0;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
.pure-form input:not([type])[disabled],
|
||||||
.pure-form input[type="text"][disabled],
|
.pure-form input[type="text"][disabled],
|
||||||
.pure-form input[type="password"][disabled],
|
.pure-form input[type="password"][disabled],
|
||||||
.pure-form input[type="email"][disabled],
|
.pure-form input[type="email"][disabled],
|
||||||
@ -132,6 +135,7 @@
|
|||||||
border-bottom: 1px solid #e5e5e5;
|
border-bottom: 1px solid #e5e5e5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pure-form-stacked input:not([type]),
|
||||||
.pure-form-stacked input[type="text"],
|
.pure-form-stacked input[type="text"],
|
||||||
.pure-form-stacked input[type="password"],
|
.pure-form-stacked input[type="password"],
|
||||||
.pure-form-stacked input[type="email"],
|
.pure-form-stacked input[type="email"],
|
||||||
|
Loading…
Reference in New Issue
Block a user