Fix positioning and background color of new message indicator
This commit is contained in:
parent
23f39ab2f5
commit
3c5d36919b
7 changed files with 33 additions and 8 deletions
|
|
@ -85,3 +85,8 @@ input.form-control[type="email"], textarea.form-control {
|
|||
.queue_entry.queue_active {
|
||||
background-color: #333333;
|
||||
}
|
||||
|
||||
#newmessages-indicator-bghack {
|
||||
background: rgb(32, 32, 32);
|
||||
background: rgba(32, 32, 32, 0.9);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue