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

remotes/origin/stable5
Jan-Christoph Borchardt 12 years ago
parent 53a3a307e8
commit 1edfe874f5
  1. 3
      core/css/styles.css

@ -34,7 +34,8 @@ filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35537a', endC
/* INPUTS */ /* INPUTS */
input[type="text"], input[type="password"] { cursor:text; } 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; width:10em; margin:.3em; padding:.6em .5em .4em;
font-size:1em; font-family:Arial, Verdana, sans-serif; font-size:1em; font-family:Arial, Verdana, sans-serif;
background:#fff; color:#333; border:1px solid #ddd; outline:none; background:#fff; color:#333; border:1px solid #ddd; outline:none;

Loading…
Cancel
Save