IE8 fixes

This commit is contained in:
Morris Jobke 2013-09-02 08:05:47 +02:00
parent ebcd2a6b4d
commit 1e501a8521
1 changed files with 4 additions and 0 deletions

View File

@ -44,3 +44,7 @@
height: auto !important;
}
/* oc-dialog only uses box shadow which is not supported by ie8 */
.ie8 .oc-dialog {
border: 1px solid #888888;
}