From 13b42f71d37981d10ea7cbcf2f46ac838e1fdd39 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 14 Dec 2011 17:50:06 +0100 Subject: [PATCH] bubbles css for adminbar notifications --- bubbles.css | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/bubbles.css b/bubbles.css index 6343a0a..55a3262 100644 --- a/bubbles.css +++ b/bubbles.css @@ -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;