Revert "fix theme in IE8 and IE9"

This reverts commit a4c9688711.
This commit is contained in:
Morris Jobke 2015-06-03 10:20:29 +02:00
parent 410a836702
commit 99c6f96c69
1 changed files with 5 additions and 0 deletions

View File

@ -64,6 +64,11 @@ select {
visibility: hidden;
}
/* fix installation screen rendering issue for IE8+9 */
.lte9 #body-login {
height: auto !important;
}
/* oc-dialog only uses box shadow which is not supported by ie8 */
.ie8 .oc-dialog {
border: 1px solid #888888;