CSS fixes

This commit is contained in:
calzoneman 2015-02-07 21:17:06 -06:00
parent 1b5f8d47aa
commit 9ab4e02a5d
3 changed files with 12 additions and 4 deletions

View file

@ -73,3 +73,7 @@ footer {
.navbar-inverse .navbar-text-nofloat {
color: #9d9d9d;
}
.queue_entry.queue_active {
background-color: #d9edf7;
}

View file

@ -78,10 +78,10 @@ input.form-control[type="email"], textarea.form-control {
background-color: #060606;
}
.queue_entry.queue_active {
background-color: #333333;
}
.navbar-inverse .navbar-text-nofloat {
color: #888;
}
.queue_entry.queue_active {
background-color: #333333;
}

View file

@ -67,3 +67,7 @@ footer {
.navbar-inverse .navbar-text-nofloat {
color: #9d9d9d;
}
.queue_entry.queue_active {
background-color: #d9edf7;
}