From e8d8308d9aee2d1773b51a7094be05dcf41f5ba2 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Tue, 18 Jun 2013 12:36:03 -0700 Subject: [PATCH] dialog: Remove background color body This was causing strange rendering problems, and it's really not even needed. Change-Id: I130e9e5c5f2c5ab99b5245de6c0243e9be9cf558 --- modules/ve/ui/styles/ve.ui.Dialog.css | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ve/ui/styles/ve.ui.Dialog.css b/modules/ve/ui/styles/ve.ui.Dialog.css index 8c8bf45889..d38c83f48c 100644 --- a/modules/ve/ui/styles/ve.ui.Dialog.css +++ b/modules/ve/ui/styles/ve.ui.Dialog.css @@ -91,7 +91,6 @@ .ve-ui-window-body { box-shadow: 0 0 0.66em rgba(0,0,0,0.25); - background-color: #fff; top: 3.8em; bottom: 4.8em; }