BUGFIX: fixed choppy gradient (or lack thereof) in the tinymce window

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@73608 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Will Rossiter 2009-03-25 02:41:56 +00:00 committed by Sam Minnee
parent 8666fa9491
commit 5bec1d7088

View File

@ -161,7 +161,7 @@
background: #fff;
}
.right form .mceEditor .mceFirst {
background:url(../images/textures/mce_editor.gif) repeat-x bottom;
background: #fbfbfb url(../images/textures/mce_editor.gif) repeat-x bottom;
}
.right form .mceEditor .mceToolbar table {
background: transparent;