Add colors to comment actions on edit comments screen
git-svn-id: https://develop.svn.wordpress.org/trunk@10066 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
927094d296
commit
355b63c21c
@ -625,6 +625,18 @@ li.widget-list-control-item h4,
|
||||
background-color: #ffffe0;
|
||||
}
|
||||
|
||||
#the-comment-list .approve a {
|
||||
color: #006505;
|
||||
}
|
||||
|
||||
#the-comment-list .unapprove a {
|
||||
color: #d98500;
|
||||
}
|
||||
|
||||
#the-comment-list .delete a {
|
||||
color: #bc0b0b;
|
||||
}
|
||||
|
||||
.plugins tr {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
@ -625,6 +625,18 @@ li.widget-list-control-item h4,
|
||||
background-color: #ffffe0;
|
||||
}
|
||||
|
||||
#the-comment-list .approve a {
|
||||
color: #006505;
|
||||
}
|
||||
|
||||
#the-comment-list .unapprove a {
|
||||
color: #d98500;
|
||||
}
|
||||
|
||||
#the-comment-list .delete a {
|
||||
color: #bc0b0b;
|
||||
}
|
||||
|
||||
.plugins tr {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
@ -264,18 +264,6 @@ 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
Block a user