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
|
|
@ -651,11 +651,9 @@ input#logout[type="submit"]:hover {
|
|||
}
|
||||
|
||||
#newmessages-indicator {
|
||||
background: rgb(0, 0, 0);
|
||||
background: rgba(0, 0, 0, 0.8);
|
||||
line-height: 2.0;
|
||||
position: relative;
|
||||
bottom: 50px;
|
||||
margin-top: -30px;
|
||||
line-height: 30px;
|
||||
height: 30px;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
font-weight: bold;
|
||||
|
|
|
|||
5
www/css/themes/bootstrap-theme.min.css
vendored
5
www/css/themes/bootstrap-theme.min.css
vendored
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -75,3 +75,8 @@ footer {
|
|||
.queue_entry.queue_active {
|
||||
background-color: #d9edf7;
|
||||
}
|
||||
|
||||
#newmessages-indicator-bghack {
|
||||
background: rgb(200, 200, 200);
|
||||
background: rgba(200, 200, 200, 0.9);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -97,3 +97,8 @@ input.form-control[type="email"], textarea.form-control {
|
|||
.navbar-inverse .navbar-text-nofloat {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
#newmessages-indicator-bghack {
|
||||
background: rgb(0, 0, 0);
|
||||
background: rgba(0, 0, 0, 0.9);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue