mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
Fix borders on comments list in the dashboard, props johnconners, fixes #8131
git-svn-id: http://svn.automattic.com/wordpress/trunk@9609 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
330e07bfa4
commit
6030a27935
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user