From 9b7a8a00e353537068b3c3d52a859bc51963fdc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Thu, 9 Feb 2017 15:16:08 +0100 Subject: [PATCH] White loader on channel-search --- public/css/style.css | 4 ++++ public/php/channel.php | 52 +++++++++--------------------------------- 2 files changed, 15 insertions(+), 41 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 0c768d4a..8df722bf 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -597,6 +597,10 @@ display: inline-flex; background: white; } +.spinner-white, .spinner-white-only { + border-color: white; +} + .description_text:first-letter{ text-transform: uppercase; } diff --git a/public/php/channel.php b/public/php/channel.php index 11bbfedc..2d7c1210 100755 --- a/public/php/channel.php +++ b/public/php/channel.php @@ -30,47 +30,17 @@