Add colors to comment actions on edit comments screen
git-svn-id: http://svn.automattic.com/wordpress/trunk@10066 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
90ec026142
commit
a5c3371dcb
|
@ -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