X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fjquery%2Fjquery.badge.css;h=8b4bd7b3eb92719f637d989c9ddb3071b484c834;hb=d36b183513171d9c7d666323e2b2e3acb561882f;hp=34cdf76cf1d684b7b5663b469203b6895b38f452;hpb=a334bfbb250c48f32827562d54d8cba8ed873d05;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/jquery/jquery.badge.css b/resources/src/jquery/jquery.badge.css index 34cdf76cf1..8b4bd7b3eb 100644 --- a/resources/src/jquery/jquery.badge.css +++ b/resources/src/jquery/jquery.badge.css @@ -11,9 +11,9 @@ .mw-badge-content { font-weight: bold; - color: white; + color: #fff; vertical-align: baseline; - text-shadow: 0 1px rgba(0, 0, 0, 0.4); + text-shadow: 0 1px rgba( 0, 0, 0, 0.4 ); } .mw-badge-inline { @@ -32,5 +32,5 @@ } .mw-badge-important { - background-color: #cc0000; + background-color: #c00; }