add missing background colour when unlogged

This commit is contained in:
Frédéric Péters 2015-03-10 17:34:17 +01:00
parent 97a4e73f8d
commit af067538f6
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ div.buttons input {
background: transparent;
}
#toplinks span.login,
#toplinks span.logged-in {
background: white;
}