Make the dark horizontal line in Quick Press match the color scheme. Props johnconners. fixes #8155

git-svn-id: https://develop.svn.wordpress.org/trunk@9671 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-11-13 22:05:04 +00:00
parent 68e4a7618f
commit 7766534e4b
2 changed files with 4 additions and 2 deletions

View File

@ -319,7 +319,8 @@ div.dashboard-widget-submit input:hover,
color: #d54e21;
}
#the-comment-list .comment-item {
#the-comment-list .comment-item,
#dashboard-widgets #dashboard_quick_press form p.submit {
border-color: #dfdfdf;
}

View File

@ -332,7 +332,8 @@ div.dashboard-widget-submit input:hover,
color: #d54e21;
}
#the-comment-list .comment-item {
#the-comment-list .comment-item,
#dashboard-widgets #dashboard_quick_press form p.submit {
border-color: #dfdfdf;
}