Skip to content
Snippets Groups Projects
Commit 99c6f96c authored by Morris Jobke's avatar Morris Jobke
Browse files

Revert "fix theme in IE8 and IE9"

This reverts commit a4c96887.
parent 410a8367
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,11 @@ select { ...@@ -64,6 +64,11 @@ select {
visibility: hidden; 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 */ /* oc-dialog only uses box shadow which is not supported by ie8 */
.ie8 .oc-dialog { .ie8 .oc-dialog {
border: 1px solid #888888; border: 1px solid #888888;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment