Some more input types, but not all (padding and height doesn't look good on checkboxes and radio buttons etc.)
This commit is contained in:
parent
c284ee3323
commit
fa1ed26885
@ -486,7 +486,10 @@ h2 sup, h2 sub {
|
|||||||
|
|
||||||
|
|
||||||
/* geosearch input, and others */
|
/* geosearch input, and others */
|
||||||
input:not([type]), input[type="text"] {
|
input:not([type]), .input,
|
||||||
|
input[type="text"], input[type="password"],
|
||||||
|
input[type="number"], input[type="email"],
|
||||||
|
input[type="search"], input[type="url"] {
|
||||||
background-color: rgba(0, 0, 0, 0.3);
|
background-color: rgba(0, 0, 0, 0.3);
|
||||||
color: #ffce00;
|
color: #ffce00;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user