b4db71a2f8
Fixes #36035. git-svn-id: https://develop.svn.wordpress.org/trunk@36798 602fd350-edb4-49c9-b593-d223f7449a82
34 lines
674 B
CSS
34 lines
674 B
CSS
/* Hardcodes sizes since fonts vary on platforms */
|
|
|
|
.mce-spacer {
|
|
width: 20px;
|
|
height: 20px;
|
|
visibility: visible;
|
|
border: 0 solid black;
|
|
}
|
|
|
|
.mce-head .mce-title {
|
|
width: 100px;
|
|
height: 20px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.mce-btn .mce-txt {
|
|
width: 20px;
|
|
}
|
|
|
|
/* Colors used for debugging */
|
|
|
|
.mce-red {background-color: red;}
|
|
.mce-green {background-color: green;}
|
|
.mce-blue {background-color: blue;}
|
|
.mce-yellow {background-color: yellow;}
|
|
.mce-magenta {background-color: magenta;}
|
|
.mce-cyan {background-color: cyan;}
|
|
.mce-dotted {background-image: url(../img/raster.gif);}
|
|
.mce-i-test {background: red;}
|
|
|
|
body .mce-window, body .mce-notification {
|
|
transform: none;
|
|
}
|