Remove input field focus styles in DFW to enhance the distraction-free-ness. props ocean90. fixes #23648.

git-svn-id: https://develop.svn.wordpress.org/trunk@23540 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2013-02-28 22:22:48 +00:00
parent a72c418fcc
commit 144a7a190b
1 changed files with 12 additions and 8 deletions

View File

@ -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 {