aboutsummaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2013-01-02 18:01:33 +0100
committerJörn Friedrich Dreyer <jfd@butonic.de>2013-01-02 18:01:33 +0100
commite2f549f6d7cccb348c3975a412055ac395d95800 (patch)
tree5dbaaa00cb0d3db091d81c7be504ff004ad8adb6 /core/css
parent516464ba94a73e9151702ddd08dae1b7501dc79c (diff)
downloadnextcloud-server-e2f549f6d7cccb348c3975a412055ac395d95800.tar.gz
nextcloud-server-e2f549f6d7cccb348c3975a412055ac395d95800.zip
remove css not selector - incompatible with ie8
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.css2
1 files changed, 1 insertions, 1 deletions
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;