background-color = transparent, fixes #17726

git-svn-id: https://develop.svn.wordpress.org/trunk@18197 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2011-06-08 17:35:48 +00:00
parent ebd705f0b5
commit 2f3a53166f

View File

@ -8,10 +8,10 @@
margin: 15px auto 0;
}
.mceWPmore {
background: #ffffff url(../img/more_bug.gif) no-repeat right top;
background: transparent url(../img/more_bug.gif) no-repeat right top;
}
.mceWPnextpage {
background: #ffffff url(../img/page_bug.gif) no-repeat right top;
background: transparent url(../img/page_bug.gif) no-repeat right top;
}
img.wpGallery {