Fixes
This commit is contained in:
parent
08a9eae2d3
commit
df62ee8d58
9 changed files with 32 additions and 4 deletions
4
www/css/themes/bootstrap-theme.min.css
vendored
4
www/css/themes/bootstrap-theme.min.css
vendored
|
|
@ -69,3 +69,7 @@ footer {
|
|||
.queue_entry.queue_active {
|
||||
background-color: #d9edf7;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-text-nofloat {
|
||||
color: #9d9d9d;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -81,3 +81,7 @@ input.form-control[type="email"], textarea.form-control {
|
|||
.queue_entry.queue_active {
|
||||
background-color: #333333;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-text-nofloat {
|
||||
color: #888;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -63,3 +63,7 @@ footer {
|
|||
.queue_entry.queue_active {
|
||||
background-color: #d9edf7;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-text-nofloat {
|
||||
color: #9d9d9d;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -169,3 +169,7 @@ input.form-control[type="email"], textarea.form-control {
|
|||
#newpollbtn {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-text-nofloat {
|
||||
color: #c8c8c8;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -93,3 +93,7 @@ input.form-control[type="email"], textarea.form-control {
|
|||
border-color: #aaaaaa;
|
||||
background-color: #272b30;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-text-nofloat {
|
||||
color: #ccc;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue