mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
Small dashboard css fixes
git-svn-id: http://svn.automattic.com/wordpress/trunk@9378 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8d76dc5af1
commit
b89e553492
@ -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
Block a user