Add statsd metric support to WANObjectCache
[lhc/web/wiklou.git] / resources / src / jquery / jquery.badge.css
index 8b4bd7b..1157c27 100644 (file)
@@ -1,11 +1,11 @@
 .mw-badge {
+       background-color: #72777d;
        min-width: 7px;
        border-radius: 2px;
        padding: 1px 4px;
        text-align: center;
        font-size: 12px;
        line-height: 12px;
-       background-color: #d2d2d2;
        cursor: pointer;
 }
 
        font-weight: bold;
        color: #fff;
        vertical-align: baseline;
-       text-shadow: 0 1px rgba( 0, 0, 0, 0.4 );
 }
 
 .mw-badge-inline {
        margin-left: 3px;
        display: inline-block;
-       /* Hack for IE6 and IE7 (bug 47926) */
+       /* Hack for IE6 and IE7 (T49926) */
        zoom: 1;
-       *display: inline;
+       *display: inline; /* stylelint-disable-line declaration-block-no-duplicate-properties */
 
 }
 .mw-badge-overlay {
@@ -32,5 +31,5 @@
 }
 
 .mw-badge-important {
-       background-color: #c00;
+       background-color: #d33;
 }