bubbles css for adminbar notifications

git-svn-id: http://plugins.svn.wordpress.org/badged/trunk@476932 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
kremalicious 2011-12-17 21:07:30 +00:00
parent fffdc131be
commit c45fac9244
1 changed files with 16 additions and 2 deletions

View File

@ -14,7 +14,10 @@
#adminmenu span.update-plugins,
#sidemenu li a span.update-plugins,
#sidemenu a .update-plugins,
#rightnow .reallynow {
#rightnow .reallynow,
#wp-admin-bar-updates .ab-label,
#wp-admin-bar-comments .ab-label {
/* need to be rude for these */
background-color: #d5231f !important;
-webkit-box-shadow: 0px 2px 2px #888 !important;
@ -53,11 +56,22 @@
box-shadow: 0px 2px 2px #444 !important;
}
/* Notifications in Adminbar */
#wp-admin-bar-updates .ab-label,
#wp-admin-bar-comments .ab-label {
padding: 0 3px;
position: relative;
-webkit-box-shadow: 0px 2px 2px #000 !important;
-moz-box-shadow: 0px 2px 2px #000 !important;
box-shadow: 0px 2px 2px #000 !important;
}
/* inject another styling layer, for inset shadow & shine gradient */
#adminmenu .awaiting-mod:before,
#adminmenu .update-plugins:before,
#sidemenu .update-plugins:before,
.reallynow:before {
.reallynow:before,
#wp-admin-bar-updates .ab-label:before {
content: "";
position: absolute;
left: 0;