MINOR #3416 MCE Editor Minor Beautification (thanks ajshort!)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70657 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2009-01-23 01:36:12 +00:00 committed by Sam Minnee
parent b0c7b2ffdf
commit c33d56a7b7

View File

@ -137,6 +137,34 @@
font-size: 12px;
}
.right form .mceEditor select.mceNativeListBox {
background: #fff;
}
.right form .mceEditor .mceFirst {
background:url(../images/textures/mce_editor.gif) repeat-x bottom;
}
.right form .mceEditor .mceToolbar table {
background: transparent;
}
.right form .mceEditor .mceButton {
border: none;
padding: 1px;
}
.right form .mceEditor select.mceNativeListBox {
background: #fff;
}
.right form .mceEditor .mceFirst {
background:url(../images/textures/mce_editor.gif) repeat-x bottom;
}
.right form .mceEditor .mceToolbar table {
background: transparent;
}
.right form .mceEditor .mceButton {
border: none;
padding: 1px;
}
.right form input.checkbox,
.right form .optionset input,
.right form .htmleditor select,