Merge "Adding ability of jQuery badge to display the number zero if requested."
[lhc/web/wiklou.git] / resources / jquery / jquery.badge.css
index 7dd2198..9f44628 100644 (file)
@@ -6,7 +6,6 @@
        -moz-box-shadow: 0px 1px 4px #ccc;
        -webkit-box-shadow: 0px 1px 4px #ccc;
        box-shadow: 0px 1px 4px #ccc;
-       background-color: #cc0000;
        padding: 0 3px;
        text-align: center;
        font-size: 12px;
        display: inline-block;
        margin-left: 3px;
 }
-
 .mw-badge-overlay {
        position: absolute;
        bottom: -1px;
        right: -3px;
        z-index: 50;
 }
+
+.mw-badge-red {
+       background-color: #cc0000;
+}
+.mw-badge-grey {
+       background-color: #d2d2d2;
+}