dialog: Remove background color body

This was causing strange rendering problems, and it's really not even
needed.

Change-Id: I130e9e5c5f2c5ab99b5245de6c0243e9be9cf558
This commit is contained in:
Trevor Parscal 2013-06-18 12:36:03 -07:00 committed by Gerrit Code Review
parent 9ba2bab2de
commit e8d8308d9a

View file

@ -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;
}