From cfe61426bc1915d3530c664a38e32d4c3d783e7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?= Date: Thu, 28 Feb 2013 22:22:48 +0000 Subject: [PATCH] Remove input field focus styles in DFW to enhance the distraction-free-ness. props ocean90. fixes #23648. git-svn-id: http://core.svn.wordpress.org/trunk@23540 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/css/editor.css | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/wp-includes/css/editor.css b/wp-includes/css/editor.css index 6477ff637e..b0c3df71cc 100644 --- a/wp-includes/css/editor.css +++ b/wp-includes/css/editor.css @@ -975,7 +975,7 @@ } .wp-editor-container { - border-width: 1px; + border-width: 1px; border-style: solid; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px; @@ -1004,7 +1004,7 @@ .wp-switch-editor { height: 18px; - font: 13px/18px Arial,Helvetica,sans-serif normal; + font: 13px/18px Arial,Helvetica,sans-serif normal; margin: 5px 5px 0 0; padding: 4px 5px 2px; float: right; @@ -1848,12 +1848,14 @@ RTL } #wp-fullscreen-title { - font-size: 1.7em; - line-height: 100%; - outline: medium none; - padding: 6px 7px; - width: 100%; - margin-bottom: 30px; + font-size: 1.7em; + line-height: 100%; + outline: medium none; + padding: 6px 7px; + width: 100%; + margin-bottom: 30px; + -webkit-box-shadow: none; + box-shadow: none; } #wp-fullscreen-container { @@ -1887,6 +1889,8 @@ RTL overflow-y: hidden; outline: none; resize: none; + -webkit-box-shadow: none; + box-shadow: none; } #wp-fullscreen-tagline {