Acton links colors on dashboard, props apeatling, fixes #8316
git-svn-id: http://svn.automattic.com/wordpress/trunk@9940 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ea71511ebf
commit
1ab577ed68
|
@ -276,6 +276,18 @@ div.postbox div.inside {
|
|||
font-size: 10px;
|
||||
}
|
||||
|
||||
#the-comment-list .approve a {
|
||||
color: #006505;
|
||||
}
|
||||
|
||||
#the-comment-list .unapprove a {
|
||||
color: #d98500;
|
||||
}
|
||||
|
||||
#the-comment-list .delete a {
|
||||
color: #bc0b0b;
|
||||
}
|
||||
|
||||
/* QuickPress */
|
||||
|
||||
#dashboard_quick_press h4 {
|
||||
|
|
Loading…
Reference in New Issue