55 lines
934 B
CSS
55 lines
934 B
CSS
|
|
.tinymce-container {
|
|
text-align: right;
|
|
}
|
|
|
|
.tinymce-container ul li {
|
|
display: inline-block;
|
|
margin-left: -1px;
|
|
margin-bottom: -1px;
|
|
}
|
|
|
|
.tinymce-container ul li.current:not(:last-child) {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
.tinymce-container ul li a {
|
|
display: block;
|
|
padding: 5px 10px;
|
|
border: 1px solid #ddd;
|
|
text-decoration: none;
|
|
color: inherit;
|
|
}
|
|
|
|
.tinymce-container ul li a.current {
|
|
background-color: #eee;
|
|
border-bottom-color: #eee;
|
|
}
|
|
|
|
.mce-tinymce,
|
|
.tinymce-container iframe {
|
|
-webkit-box-sizing: border-box !important;
|
|
-moz-box-sizing: border-box !important;
|
|
box-sizing: border-box !important;
|
|
}
|
|
|
|
.mce-container .mce-btn button {
|
|
padding-top: 1px;
|
|
padding-bottom: 1px;
|
|
}
|
|
|
|
.mce-menubar,
|
|
.mce-panel {
|
|
border-color: #ddd !important;
|
|
}
|
|
|
|
.mce-btn button {
|
|
min-height: 26px;
|
|
}
|
|
|
|
.mce-tinymce, .tinymce-container iframe {
|
|
padding-right: 1px;
|
|
}
|
|
|