From 1e501a852169843f8dc95b587adb18d4c33aaf6a Mon Sep 17 00:00:00 2001
From: Morris Jobke <morris.jobke@gmail.com>
Date: Mon, 2 Sep 2013 08:05:47 +0200
Subject: [PATCH] IE8 fixes

---
 core/css/fixes.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/core/css/fixes.css b/core/css/fixes.css
index 3df60ad5b5..a33bd94bb1 100644
--- a/core/css/fixes.css
+++ b/core/css/fixes.css
@@ -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;
+}
-- 
GitLab