mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
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:
parent
b0c7b2ffdf
commit
c33d56a7b7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user