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
|
|
@ -186,3 +186,8 @@ input.form-control[type="email"], textarea.form-control {
|
|||
min-height: 20px;
|
||||
padding: 10px 19px !important;
|
||||
}
|
||||
|
||||
#newmessages-indicator-bghack {
|
||||
background: rgb(16, 16, 16);
|
||||
background: rgba(16, 16, 16, 0.9);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue