background-color = transparent, fixes #17726

git-svn-id: http://svn.automattic.com/wordpress/trunk@18197 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2011-06-08 17:35:48 +00:00
parent 57b1e29c10
commit 296fdb256e
1 changed files with 2 additions and 2 deletions

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 {