]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove css not selector - incompatible with ie8
authorJörn Friedrich Dreyer <jfd@butonic.de>
Wed, 2 Jan 2013 17:01:33 +0000 (18:01 +0100)
committerJörn Friedrich Dreyer <jfd@butonic.de>
Wed, 2 Jan 2013 17:01:33 +0000 (18:01 +0100)
core/css/styles.css

index d635916b5ae6a5ab554e54de271f0093c5963fb7..0c562cb535486563765f986490581c3221c7f2c8 100644 (file)
@@ -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;