7983e91d90928fac66f1bd4bc2d4c21593e2ba1c
[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 }