Small dashboard css fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@9378 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
45d0800e30
commit
11052c46b1
|
@ -14,13 +14,10 @@ form .input-text-wrap {
|
||||||
}
|
}
|
||||||
|
|
||||||
form .input-text-wrap input {
|
form .input-text-wrap input {
|
||||||
border: none;
|
border: 0 none;
|
||||||
outline-color: -moz-use-text-color;
|
outline: none;
|
||||||
outline-style: none;
|
|
||||||
outline-width: medium;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: 99%;
|
width: 99%;
|
||||||
border-style: solid;
|
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -32,9 +29,13 @@ form .textarea-wrap {
|
||||||
}
|
}
|
||||||
|
|
||||||
form .textarea-wrap textarea {
|
form .textarea-wrap textarea {
|
||||||
border: 0pt none;
|
border: 0 none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
outline: none;
|
||||||
width: 99%;
|
width: 99%;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
form p.field-tip {
|
form p.field-tip {
|
||||||
|
|
Loading…
Reference in New Issue