Fix positioning and background color of new message indicator

This commit is contained in:
calzoneman 2015-11-29 10:29:56 -08:00
parent 23f39ab2f5
commit 3c5d36919b
7 changed files with 33 additions and 8 deletions

View file

@ -81,3 +81,8 @@ footer {
.queue_entry.queue_active {
background-color: #d9edf7;
}
#newmessages-indicator-bghack {
background: rgb(200, 200, 200);
background: rgba(200, 200, 200, 0.9);
}