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:
parent
68e4a7618f
commit
7766534e4b
@ -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