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
This commit is contained in:
parent
531494b993
commit
cfe61426bc
|
@ -975,7 +975,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-editor-container {
|
.wp-editor-container {
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
-webkit-border-top-right-radius: 3px;
|
-webkit-border-top-right-radius: 3px;
|
||||||
-webkit-border-top-left-radius: 3px;
|
-webkit-border-top-left-radius: 3px;
|
||||||
|
@ -1004,7 +1004,7 @@
|
||||||
|
|
||||||
.wp-switch-editor {
|
.wp-switch-editor {
|
||||||
height: 18px;
|
height: 18px;
|
||||||
font: 13px/18px Arial,Helvetica,sans-serif normal;
|
font: 13px/18px Arial,Helvetica,sans-serif normal;
|
||||||
margin: 5px 5px 0 0;
|
margin: 5px 5px 0 0;
|
||||||
padding: 4px 5px 2px;
|
padding: 4px 5px 2px;
|
||||||
float: right;
|
float: right;
|
||||||
|
@ -1848,12 +1848,14 @@ RTL
|
||||||
}
|
}
|
||||||
|
|
||||||
#wp-fullscreen-title {
|
#wp-fullscreen-title {
|
||||||
font-size: 1.7em;
|
font-size: 1.7em;
|
||||||
line-height: 100%;
|
line-height: 100%;
|
||||||
outline: medium none;
|
outline: medium none;
|
||||||
padding: 6px 7px;
|
padding: 6px 7px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
|
-webkit-box-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wp-fullscreen-container {
|
#wp-fullscreen-container {
|
||||||
|
@ -1887,6 +1889,8 @@ RTL
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
outline: none;
|
outline: none;
|
||||||
resize: none;
|
resize: none;
|
||||||
|
-webkit-box-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wp-fullscreen-tagline {
|
#wp-fullscreen-tagline {
|
||||||
|
|
Loading…
Reference in New Issue