Merge pull request #1061 from owncloud/remove_css_not_selector_to_fix_ie8_input_fields

remove css not selector - incompatible with ie8
This commit is contained in:
Jörn Friedrich Dreyer 2013-01-07 01:17:19 -08:00
commit 3dbb148567
1 changed files with 1 additions and 1 deletions

View 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;