mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-17 16:15:24 +01:00
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:
parent
9e8fc2fd97
commit
8cce3a5678
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user