mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Comments bubble improvements from iammattthomas, fixes #8392
git-svn-id: https://develop.svn.wordpress.org/trunk@9920 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -507,25 +507,32 @@ body.press-this .ui-tabs-selected a:hover {
|
||||
}
|
||||
|
||||
#adminmenu li a #awaiting-mod,
|
||||
#adminmenu li a span.update-plugins {
|
||||
background-image: url(../images/comment-stalk-fresh.gif);
|
||||
}
|
||||
|
||||
#adminmenu li a #awaiting-mod span,
|
||||
#adminmenu li a span.update-plugins span,
|
||||
#sidemenu li a span.update-plugins span,
|
||||
#adminmenu li a span.update-plugins,
|
||||
#sidemenu li a span.update-plugins,
|
||||
#rightnow .reallynow,
|
||||
#plugin-information .action-button {
|
||||
background-color: #d54e21;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#adminmenu li a:hover #awaiting-mod span,
|
||||
#adminmenu li a:hover span.update-plugins span,
|
||||
#sidemenu li a:hover span.update-plugins span {
|
||||
#adminmenu li a:hover #awaiting-mod,
|
||||
#adminmenu li a:hover span.update-plugins,
|
||||
#sidemenu li a:hover span.update-plugins {
|
||||
background-color: #264761;
|
||||
}
|
||||
|
||||
#adminmenu li.current a #awaiting-mod,
|
||||
#adminmenu li.current a span.update-plugins,
|
||||
#adminmenu li.wp-has-current-submenu span.update-plugins {
|
||||
background-color: #ddd;
|
||||
color: #000;
|
||||
text-shadow: none;
|
||||
-moz-box-shadow: rgba(0,0,0,0.2) 0px -1px 0px;
|
||||
-khtml-box-shadow: rgba(0,0,0,0.2) 0px -1px 0px;
|
||||
-webkit-box-shadow: rgba(0,0,0,0.2) 0px -1px 0px;
|
||||
box-shadow: rgba(0,0,0,0.2) 0px -1px 0px;
|
||||
}
|
||||
|
||||
div#media-upload-header {
|
||||
background-color: #f9f9f9;
|
||||
border-bottom-color: #dfdfdf;
|
||||
|
||||
@@ -202,6 +202,16 @@ div.postbox div.inside {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#dashboard_recent_comments .inside {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#dashboard_recent_comments .comment-meta .approve {
|
||||
font-style: italic;
|
||||
font-family: "Lucida Sans", "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
#the-comment-list {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user