mirror of
https://github.com/kremalicious/Badged.git
synced 2024-12-28 15:47:43 +01:00
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:
parent
fffdc131be
commit
c45fac9244
18
bubbles.css
18
bubbles.css
@ -14,7 +14,10 @@
|
|||||||
#adminmenu span.update-plugins,
|
#adminmenu span.update-plugins,
|
||||||
#sidemenu li a span.update-plugins,
|
#sidemenu li a span.update-plugins,
|
||||||
#sidemenu a .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 */
|
/* need to be rude for these */
|
||||||
background-color: #d5231f !important;
|
background-color: #d5231f !important;
|
||||||
-webkit-box-shadow: 0px 2px 2px #888 !important;
|
-webkit-box-shadow: 0px 2px 2px #888 !important;
|
||||||
@ -53,11 +56,22 @@
|
|||||||
box-shadow: 0px 2px 2px #444 !important;
|
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 */
|
/* inject another styling layer, for inset shadow & shine gradient */
|
||||||
#adminmenu .awaiting-mod:before,
|
#adminmenu .awaiting-mod:before,
|
||||||
#adminmenu .update-plugins:before,
|
#adminmenu .update-plugins:before,
|
||||||
#sidemenu .update-plugins:before,
|
#sidemenu .update-plugins:before,
|
||||||
.reallynow:before {
|
.reallynow:before,
|
||||||
|
#wp-admin-bar-updates .ab-label:before {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user