Wordpress/tests/qunit/editor/tinymce/ui/css/ui-overrides.css
Andrew Ozz ce2dcccf86 Incorporate the TinyMCE tests into our JS tests:
- Modified the original tests so TinyMCE can be loaded from /src/wp-includes/js/tinymce.
- Added "WP" option to the UI to select only tests relevant to our integration (excludes most of the default plugins tests).
- Added tests for obsolete HTML elements and attributes (html4 back-compat).
See #27014.

git-svn-id: https://develop.svn.wordpress.org/trunk@27155 602fd350-edb4-49c9-b593-d223f7449a82
2014-02-10 01:11:25 +00:00

30 lines
609 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;}