mirror of
git://develop.git.wordpress.org/
synced 2025-02-25 00:52:55 +01:00
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 {
|
||||
border: none;
|
||||
outline-color: -moz-use-text-color;
|
||||
outline-style: none;
|
||||
outline-width: medium;
|
||||
border: 0 none;
|
||||
outline: none;
|
||||
padding: 0;
|
||||
width: 99%;
|
||||
border-style: solid;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
@ -32,9 +29,13 @@ form .textarea-wrap {
|
||||
}
|
||||
|
||||
form .textarea-wrap textarea {
|
||||
border: 0pt none;
|
||||
border: 0 none;
|
||||
padding: 0;
|
||||
outline: none;
|
||||
width: 99%;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
form p.field-tip {
|
||||
|
Loading…
x
Reference in New Issue
Block a user