diff --git a/www/css/themes/slate.css b/www/css/themes/slate.css index 46989be8..7d9cfadb 100644 --- a/www/css/themes/slate.css +++ b/www/css/themes/slate.css @@ -8000,8 +8000,8 @@ input.form-control[type="email"], textarea.form-control { } .queue_active.queue_temp { - background-color: #8a9196; - background-image: url(/img/stripe-diagonal.png); + background-color: #70787d; + background-image: url(/img/stripe-diagonal-black.png); background-repeat: repeat; } diff --git a/www/img/stripe-diagonal-black.png b/www/img/stripe-diagonal-black.png new file mode 100644 index 00000000..36ad2b26 Binary files /dev/null and b/www/img/stripe-diagonal-black.png differ