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

git-svn-id: https://develop.svn.wordpress.org/trunk@9609 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2008-11-11 12:18:04 +00:00
parent 491c09ffaf
commit 5c53d838ad
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;