Remove unnedeed IE8 CSS
IE8 is not supported at all by Microsoft, has a tiny marketshare and doesn't work with Nextcloud anyway (as Nextcloud uses jQuery 2.x which doesn't work with IE8)
This commit is contained in:
parent
380563fd53
commit
f9d34b89e8
|
@ -6,7 +6,6 @@ script('user_ldap', [
|
|||
style('user_ldap', 'renewPassword');
|
||||
?>
|
||||
|
||||
<!--[if IE 8]><style>input[type="checkbox"]{padding:0;}</style><![endif]-->
|
||||
<form method="post" name="renewpassword" id="renewpassword" action="<?php p(\OC::$server->getURLGenerator()->linkToRoute('user_ldap.renewPassword.tryRenewPassword')); ?>">
|
||||
<fieldset>
|
||||
<div class="warning title">
|
||||
|
|
Loading…
Reference in New Issue