mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-25 17:51:27 +01:00
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:
parent
351b6ce13e
commit
b1a2d38dc8
File diff suppressed because one or more lines are too long
@ -947,7 +947,7 @@ table.widefat .spam a:hover,
|
|||||||
border-color: #ccc #ccc #dfdfdf;
|
border-color: #ccc #ccc #dfdfdf;
|
||||||
}
|
}
|
||||||
#editorcontainer #content,
|
#editorcontainer #content,
|
||||||
.wp_themeSkin .mceIframeContainer {
|
#editorcontainer .wp_themeSkin .mceIframeContainer {
|
||||||
-moz-box-shadow: inset 1px 1px 2px rgba( 0, 0, 0, 0.1 );
|
-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 );
|
-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 );
|
box-shadow: inset 1px 1px 2px rgba( 0, 0, 0, 0.1 );
|
||||||
|
@ -493,7 +493,7 @@ function wp_default_styles( &$styles ) {
|
|||||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||||
|
|
||||||
// all colors stylesheets need to have the same query strings (cache manifest compat)
|
// 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.
|
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
|
||||||
$styles->add( 'colors', true, array(), $colors_version );
|
$styles->add( 'colors', true, array(), $colors_version );
|
||||||
|
Loading…
Reference in New Issue
Block a user