From 053663f68e630f4701965b3ca60931c024f85d6d Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 5 Dec 2013 04:26:11 +0000 Subject: [PATCH] Remove the shadow on the TinyMCE editor. This removes it from distraction-free writing and also gives the editor a bit of a lighter feel. fixes #26421. Built from https://develop.svn.wordpress.org/trunk@26659 git-svn-id: http://core.svn.wordpress.org/trunk@26549 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../js/tinymce/themes/advanced/skins/wp_theme/content.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css b/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css index 7dc3a50863..26a847af60 100644 --- a/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css +++ b/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css @@ -1,8 +1,3 @@ -html { - -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.07); - box-shadow: inset 0 1px 2px rgba(0,0,0,0.07); -} - body.mceForceColors {background:#FFF; color:#000;} body.mceBrowserDefaults {background:transparent; color:inherit; font-size:inherit; font-family:inherit;} td {color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin:8px;}