From: Jan-Christoph Borchardt Date: Thu, 14 Feb 2013 14:53:36 +0000 (+0100) Subject: only style text, password and search inputs like inputs, instead of using unsupported... X-Git-Tag: v5.0.0beta1~33^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1edfe874f5a3971a31fe8bc586cdbc56273570e8;p=nextcloud-server.git only style text, password and search inputs like inputs, instead of using unsupported :not selector --- diff --git a/core/css/styles.css b/core/css/styles.css index 34f1d388c13..5662e508767 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;