diff --git a/www/css/themes/slate.css b/www/css/themes/slate.css index 31a37d0a..46989be8 100644 --- a/www/css/themes/slate.css +++ b/www/css/themes/slate.css @@ -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;