From fa1ed2688594a4a80d7dbbc8ddc1f67db538baec Mon Sep 17 00:00:00 2001 From: fkloft Date: Thu, 5 Feb 2015 19:55:36 +0100 Subject: [PATCH] Some more input types, but not all (padding and height doesn't look good on checkboxes and radio buttons etc.) --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 23dc75fc..caabdc09 100644 --- a/style.css +++ b/style.css @@ -486,7 +486,10 @@ h2 sup, h2 sub { /* 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); color: #ffce00; height: 24px;