From 1edfe874f5a3971a31fe8bc586cdbc56273570e8 Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Thu, 14 Feb 2013 15:53:36 +0100
Subject: [PATCH] only style text, password and search inputs like inputs,
 instead of using unsupported :not selector

---
 core/css/styles.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/css/styles.css b/core/css/styles.css
index 34f1d388c1..5662e50876 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -34,7 +34,8 @@ filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35537a', endC
 
 /* INPUTS */
 input[type="text"], input[type="password"] { cursor:text; }
-input:not([type="checkbox"]):not([type="radio"]), textarea, select, button, .button, #quota, div.jp-progress, .pager li a {
+input[type="text"], input[type="password"], input[type="search"],
+textarea, select, button, .button, #quota, div.jp-progress, .pager li a {
 	width:10em; margin:.3em; padding:.6em .5em .4em;
 	font-size:1em; font-family:Arial, Verdana, sans-serif;
 	background:#fff; color:#333; border:1px solid #ddd; outline:none;
-- 
GitLab