From 296fdb256ea3b98cc1bc139ad589b4710c3e5353 Mon Sep 17 00:00:00 2001 From: azaozz Date: Wed, 8 Jun 2011 17:35:48 +0000 Subject: [PATCH] background-color = transparent, fixes #17726 git-svn-id: http://svn.automattic.com/wordpress/trunk@18197 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/js/tinymce/plugins/wordpress/css/content.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/js/tinymce/plugins/wordpress/css/content.css b/wp-includes/js/tinymce/plugins/wordpress/css/content.css index 890b0c09d..8cf986c51 100644 --- a/wp-includes/js/tinymce/plugins/wordpress/css/content.css +++ b/wp-includes/js/tinymce/plugins/wordpress/css/content.css @@ -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 {