Fix borders on comments list in the dashboard, props johnconners, fixes #8131

git-svn-id: http://svn.automattic.com/wordpress/trunk@9609 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2008-11-11 12:18:04 +00:00
parent 330e07bfa4
commit 6030a27935
2 changed files with 8 additions and 0 deletions

View File

@ -319,6 +319,10 @@ div.dashboard-widget-submit input:hover,
color: #d54e21;
}
#the-comment-list .comment-item {
border-color: #dfdfdf;
}
.button-secondary:hover,
#login form .submit input:hover {
border-color: #328ab2;

View File

@ -327,6 +327,10 @@ div.dashboard-widget-submit input:hover,
color: #d54e21;
}
#the-comment-list .comment-item {
border-color: #dfdfdf;
}
.button-secondary:hover,
#login form .submit input:hover {
border-color: #328ab2;