From: Jörn Friedrich Dreyer Date: Wed, 2 Jan 2013 17:01:33 +0000 (+0100) Subject: remove css not selector - incompatible with ie8 X-Git-Tag: v5.0.0alpha1~254^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e2f549f6d7cccb348c3975a412055ac395d95800;p=nextcloud-server.git remove css not selector - incompatible with ie8 --- diff --git a/core/css/styles.css b/core/css/styles.css index d635916b5ae..0c562cb5354 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -34,7 +34,7 @@ filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35537a', endC /* INPUTS */ input[type="text"], input[type="password"] { cursor:text; } -input:not([type="checkbox"]), textarea, select, button, .button, #quota, div.jp-progress, .pager li a { +input, 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;