only style text, password and search inputs like inputs, instead of using unsupported :not selector

This commit is contained in:
Jan-Christoph Borchardt 2013-02-14 15:53:36 +01:00
parent 53a3a307e8
commit 1edfe874f5
1 changed files with 2 additions and 1 deletions

View File

@ -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;