Prevent shadow from showing in dfw visual editor.

git-svn-id: http://svn.automattic.com/wordpress/trunk@17898 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith 2011-05-12 05:51:33 +00:00
parent 351b6ce13e
commit b1a2d38dc8
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -947,7 +947,7 @@ table.widefat .spam a:hover,
border-color: #ccc #ccc #dfdfdf;
}
#editorcontainer #content,
.wp_themeSkin .mceIframeContainer {
#editorcontainer .wp_themeSkin .mceIframeContainer {
-moz-box-shadow: inset 1px 1px 2px rgba( 0, 0, 0, 0.1 );
-webkit-box-shadow: inset 1px 1px 2px rgba( 0, 0, 0, 0.1 );
box-shadow: inset 1px 1px 2px rgba( 0, 0, 0, 0.1 );

View File

@ -493,7 +493,7 @@ function wp_default_styles( &$styles ) {
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
// all colors stylesheets need to have the same query strings (cache manifest compat)
$colors_version = '20110512';
$colors_version = '20110512b';
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
$styles->add( 'colors', true, array(), $colors_version );