mirror of https://github.com/calzoneman/sync.git
CSS fixes
This commit is contained in:
parent
1b5f8d47aa
commit
9ab4e02a5d
|
@ -73,3 +73,7 @@ footer {
|
|||
.navbar-inverse .navbar-text-nofloat {
|
||||
color: #9d9d9d;
|
||||
}
|
||||
|
||||
.queue_entry.queue_active {
|
||||
background-color: #d9edf7;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -67,3 +67,7 @@ footer {
|
|||
.navbar-inverse .navbar-text-nofloat {
|
||||
color: #9d9d9d;
|
||||
}
|
||||
|
||||
.queue_entry.queue_active {
|
||||
background-color: #d9edf7;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue