upgrading to tinymce 2.0.6.1
This commit is contained in:
parent
f8e69afdf4
commit
0534118f8d
70 changed files with 1159 additions and 555 deletions
|
|
@ -14,6 +14,11 @@ body {
|
|||
border: 1px dashed #BBBBBB !important;
|
||||
}
|
||||
|
||||
div.mceVisualAid {
|
||||
background-image:url('../images/spacer.gif');
|
||||
visibility: visible !important;
|
||||
}
|
||||
|
||||
.mceItemAnchor {
|
||||
width: 12px;
|
||||
line-height: 6px;
|
||||
|
|
|
|||
|
|
@ -122,6 +122,10 @@
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
.mceEditorIframe {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/* Button CSS rules */
|
||||
|
||||
a.mceButtonDisabled img, a.mceButtonNormal img, a.mceButtonSelected img {
|
||||
|
|
@ -295,6 +299,7 @@ span.mceMenuButtonFocus img.mceMenuButton {
|
|||
.mceMenu a:hover {
|
||||
background-color: #B6BDD2;
|
||||
color: black;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.mceMenu span {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue