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

git-svn-id: http://svn.automattic.com/wordpress/trunk@9671 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-11-13 22:05:04 +00:00
parent 9e8fc2fd97
commit 8cce3a5678
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;
}