More visible :focus style for form elements, props lessbloat, see #21324

git-svn-id: https://develop.svn.wordpress.org/trunk@21641 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2012-08-28 05:48:58 +00:00
parent e1817f66d2
commit 575e541b27
5 changed files with 27 additions and 53 deletions

View File

@@ -297,6 +297,7 @@ select {
a,
input,
select,
textarea,
div {
outline: 0;
}
@@ -581,12 +582,17 @@ select,
.widefat .check-column {
width: 2.2em;
padding: 11px 0 0;
padding: 6px 0 0;
vertical-align: top;
}
.widefat tbody th.check-column {
padding: 9px 0 22px;
.widefat.media .check-column {
padding-top: 8px;
}
.widefat thead .check-column,
.widefat tfoot .check-column {
padding-top: 10px;
}
.widefat .num,
@@ -4257,6 +4263,8 @@ span.imgedit-scale-warn {
#replycontent {
height: 120px;
-webkit-box-shadow: none;
box-shadow: none;
}
.comment-ays {
@@ -5791,39 +5799,12 @@ h3:hover .edit-box {
display: inline;
}
.index-php form .input-text-wrap {
background: #fff;
border-style: solid;
border-width: 1px;
padding: 2px 3px;
border-color: #ccc;
}
#dashboard-widgets form .input-text-wrap input {
border: 0 none;
outline: none;
margin: 0;
padding: 0;
width: 99%;
color: #333;
}
form .textarea-wrap {
background: #fff;
border-style: solid;
border-width: 1px;
padding: 2px;
border-color: #ccc;
}
#dashboard-widgets form .textarea-wrap textarea {
border: 0 none;
padding: 0;
outline: none;
width: 99%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#dashboard-widgets .postbox form .submit {