From d6650f19aecdfbf91a64e94a36d06aa0774da92c Mon Sep 17 00:00:00 2001 From: calzoneman Date: Sun, 6 Apr 2014 00:29:34 -0500 Subject: [PATCH] Address #343 --- www/css/themes/slate.css | 6 ++++++ 1 file changed, 6 insertions(+) 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;