Follow up r78003, forgot to make MonoBook use the footericons code.
[lhc/web/wiklou.git] / skins / common / password.css
1 span.mw-password-bad {
2 background: red;
3 color: yellow;
4 font-weight: bold;
5 }
6
7 .mw-password-mediocre {
8 background: yellow;
9 }
10
11 .mw-password-acceptable {
12 background: silver;
13 }
14
15 .mw-password-good {
16 background: green;
17 }