mirror of https://github.com/calzoneman/sync.git
Address #343
This commit is contained in:
parent
a141e3dafb
commit
d6650f19ae
|
@ -7999,6 +7999,12 @@ input.form-control[type="email"], textarea.form-control {
|
|||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.queue_active.queue_temp {
|
||||
background-color: #8a9196;
|
||||
background-image: url(/img/stripe-diagonal.png);
|
||||
background-repeat: repeat;
|
||||
}
|
||||
|
||||
.navbar-inverse {
|
||||
background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539) !important;
|
||||
background-image: linear-gradient(#484e55, #3a3f44 60%, #313539) !important;
|
||||
|
|
Loading…
Reference in New Issue