fix moderation inputs: add input:not([type]) selector for unstyled form fields
This commit is contained in:
parent
5fda14cb8f
commit
0399e62c0f
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
||||||
input[type="text"],
|
input[type="text"],
|
||||||
input[type="url"],
|
input[type="url"],
|
||||||
input[type="search"],
|
input[type="search"],
|
||||||
|
input:not([type]),
|
||||||
textarea, select {
|
textarea, select {
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue