From d1d8b1b748963cb030fe5dd215855665c850a11f Mon Sep 17 00:00:00 2001 From: Graham Date: Mon, 2 Feb 2015 19:50:45 -0500 Subject: [PATCH] Improve connect & disconnect messages for more cross-theme compatibility --- www/css/cytube.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/css/cytube.css b/www/css/cytube.css index 5b416475..a73f4add 100644 --- a/www/css/cytube.css +++ b/www/css/cytube.css @@ -244,7 +244,7 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry { margin-right: 5px; color: #ff0000; text-align: center; - background-color: #352727; + background-color: rgba(129, 20, 21, 0.1); } .server-msg-reconnect { @@ -255,7 +255,7 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry { margin-right: 5px; color: #009900; text-align: center; - background-color: #273529; + background-color: rgba(18, 100, 18, 0.1); } .queue_sortable li {