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

IE8 fixes

parent ebcd2a6b
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
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