warning bar: add parameter to dis/enable it

This commit is contained in:
Nicolas Lœuillet
2015-08-19 16:00:15 +02:00
parent e62d27ff9b
commit fdab81e910
4 changed files with 12 additions and 3 deletions

View File

@ -26,7 +26,7 @@ body {
background: #f0f0f0;
}
#alphabar {
#warning_message {
position: fixed;
background-color: #ff6347;
z-index: 1000;
@ -36,7 +36,7 @@ body {
color: #000;
}
#alphabar a {
#warning_message a {
color: #555;
}