X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fjquery%2Fjquery.badge.css;h=1157c27d96f4694c8c25e95c7aaab7aa8b1c8945;hb=5fa4cdf860c79b32ab6ef034c6d9420c2727f695;hp=8e0e512bab0c8fa379f627f48f5d4a13addbf5da;hpb=32ed9feb39c5acfadf33d34b66cb70bd2ff01d16;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/jquery/jquery.badge.css b/resources/src/jquery/jquery.badge.css index 8e0e512bab..1157c27d96 100644 --- a/resources/src/jquery/jquery.badge.css +++ b/resources/src/jquery/jquery.badge.css @@ -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; } @@ -13,7 +13,6 @@ font-weight: bold; color: #fff; vertical-align: baseline; - text-shadow: 0 1px rgba( 0, 0, 0, 0.4 ); } .mw-badge-inline { @@ -32,5 +31,5 @@ } .mw-badge-important { - background-color: #c00; + background-color: #d33; }