From 0b3d5dd967ee577c64a4974b19316d6fb9528026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Mon, 9 May 2016 12:03:28 +0200 Subject: [PATCH] CHanged color of indeterminate loadbar --- static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index a530264f..9795851f 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -90,6 +90,10 @@ top: 52px; background-color:rgba(0,0,0,0); } + +#channel-load-move{ + background-color: #FFFFFF !important; +} .rounded{ border-radius: 4px;