Update styling on link pages, fix state saving for link cats, no green bg after quick editing a post fixes #8143

git-svn-id: http://svn.automattic.com/wordpress/trunk@9703 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2008-11-14 23:58:17 +00:00
parent ae3fc05253
commit 072293c36b
6 changed files with 45 additions and 25 deletions

View File

@@ -13,7 +13,7 @@ form .input-text-wrap {
border-color: #ccc;
}
form .input-text-wrap input {
#dashboard-widgets form .input-text-wrap input {
border: 0 none;
outline: none;
padding: 0;
@@ -28,7 +28,7 @@ form .textarea-wrap {
border-color: #ccc;
}
form .textarea-wrap textarea {
#dashboard-widgets form .textarea-wrap textarea {
border: 0 none;
padding: 0;
outline: none;