Make editor display immediately, and with a white background

This commit is contained in:
Calen Pennington
2012-10-02 09:42:19 -04:00
parent 2accc77944
commit 55542c1d47
3 changed files with 14 additions and 4 deletions

View File

@@ -228,6 +228,10 @@
border-radius: 0 0 3px 3px;
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1)) $blue;
.module-editor {
background: white;
}
h5 {
margin-bottom: 8px;
color: #fff;