CSS fixes
This commit is contained in:
parent
4e79c4cf49
commit
7de62c1e84
6 changed files with 22 additions and 22 deletions
|
|
@ -22,10 +22,6 @@ footer {
|
|||
background-color: #eeeeee !important;
|
||||
}
|
||||
|
||||
.queue_active {
|
||||
background-color: #d9edf7;
|
||||
}
|
||||
|
||||
.profile-box, .user-dropdown {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
|
@ -60,6 +56,10 @@ footer {
|
|||
}
|
||||
|
||||
.queue_entry {
|
||||
border: 1px solid #aaaaaa;
|
||||
border-color: #aaaaaa;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.queue_entry.queue_active {
|
||||
background-color: #d9edf7;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue