upgrade tinymce to 1.40

This commit is contained in:
JT Smith 2005-01-30 23:32:49 +00:00
parent 7ceff84e8a
commit 7d9c0268ac
107 changed files with 3717 additions and 492 deletions

View file

@ -9,7 +9,7 @@
border-bottom: 1px solid;
border-right: 1px solid;
border-color: #F0F0EE;
cursor: hand
cursor: arrow;
}
.mceButtonOver {
@ -17,7 +17,7 @@
border-left: 1px solid buttonhighlight;
border-bottom: 1px solid buttonshadow;
border-right: 1px solid buttonshadow;
cursor: hand
cursor: arrow;
}
.mceButtonDown {
@ -25,7 +25,7 @@
border-right: 1px solid buttonhighlight;
border-top: 1px solid buttonshadow;
border-left: 1px solid buttonshadow;
cursor: hand
cursor: arrow;
}
.mceButtonSelected {
@ -34,7 +34,7 @@
border-top: 1px solid;
border-left: 1px solid;
border-color: #C0C0BB;
cursor: hand
cursor: arrow;
}
.mceButtonDisabled {
@ -44,7 +44,7 @@
border-bottom: 1px solid;
border-right: 1px solid;
border-color: #F0F0EE;
cursor: text
cursor: arrow;
}
.mceSeparator {