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:
parent
57b1e29c10
commit
296fdb256e
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue