diff options
Diffstat (limited to 'mod/tinymce/views')
-rw-r--r-- | mod/tinymce/views/default/tinymce/css.php | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/mod/tinymce/views/default/tinymce/css.php b/mod/tinymce/views/default/tinymce/css.php index f7eee7fe9..e8d768b91 100644 --- a/mod/tinymce/views/default/tinymce/css.php +++ b/mod/tinymce/views/default/tinymce/css.php @@ -3,7 +3,7 @@ * TinyMCE CSS */ ?> -#elgg_page_contents .mceButton { +#elgg-page-contents .mceButton { background-color: #e9e8e8; border-color: #B2B2B2; margin:4px; @@ -11,13 +11,13 @@ -webkit-border-radius: 4px; -moz-border-radius: 4px; } -#elgg_page_contents a.mceButtonEnabled:hover, -#elgg_page_contents a.mceButtonActive, -#elgg_page_contents a.mceButtonSelected { +#elgg-page-contents a.mceButtonEnabled:hover, +#elgg-page-contents a.mceButtonActive, +#elgg-page-contents a.mceButtonSelected { background-color: #d5d5d5; border-color: #777 !important; } -#elgg_page_contents .mceFocus .mceTop .mceLeft { +#elgg-page-contents .mceFocus .mceTop .mceLeft { background: #444444; border-left: 1px solid #999; border-top: 1px solid #999; @@ -26,7 +26,7 @@ -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; } -#elgg_page_contents .mceFocus .mceTop .mceRight { +#elgg-page-contents .mceFocus .mceTop .mceRight { background: #444444; border-right: 1px solid #999; border-top: 1px solid #999; @@ -35,18 +35,18 @@ -webkit-border-top-right-radius: 4px; -moz-border-radius: 0 4px 0 0; } -#elgg_page_contents .mceLayout{ +#elgg-page-contents .mceLayout{ border: 1px solid #CCC; -webkit-border-radius: 5px; -moz-border-radius: 5px; } -#elgg_page_contents table.mceLayout tr.mceFirst td {border-top:0px solid #CCC} -#elgg_page_contents table.mceLayout tr.mceLast td {border-bottom:0px solid #CCC} -#elgg_page_contents #blogbody_toolbar1{} -#elgg_page_contents .mceToolbar{} -#elgg_page_contents #blogbody_ifr{height:400px !important;} /* blogs */ +#elgg-page-contents table.mceLayout tr.mceFirst td {border-top:0px solid #CCC} +#elgg-page-contents table.mceLayout tr.mceLast td {border-bottom:0px solid #CCC} +#elgg-page-contents #blogbody_toolbar1{} +#elgg-page-contents .mceToolbar{} +#elgg-page-contents #blogbody_ifr{height:400px !important;} /* blogs */ #pagesForm #description_ifr {height:400px !important;} /* pages */ -#elgg_page_contents .mceIframeContainer{} +#elgg-page-contents .mceIframeContainer{} .wp_themeSkin .mceButtonDisabled { border-color: #ccc !important; } |