From fe35b4cf750bd27a20a30be1b8dcb78381472c4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Fri, 3 Jul 2015 21:54:53 +0200 Subject: [PATCH] Changed the loader in channel to flat preloader --- index.php | 48 +++----------------------------------------- static/css/style.css | 14 +++++++------ 2 files changed, 11 insertions(+), 51 deletions(-) diff --git a/index.php b/index.php index b3b5575c..cf066bd2 100755 --- a/index.php +++ b/index.php @@ -198,51 +198,9 @@
-
  • -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
  • +
    +
    +
    diff --git a/static/css/style.css b/static/css/style.css index b9395415..4f3ef244 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -260,12 +260,6 @@ hide mdi-action-visibility mdi-action-visibility-off } } -#playlist_loader { - display:inline-flex; - height:100%; - -} - @media screen and (-webkit-min-device-pixel-ratio:0) { #wrapper { padding-right:0vh !important; @@ -352,6 +346,14 @@ ul #chat-log{ background-color: #26a69a !important; } +.channel_preloader { + background-color:#2D2D2D; +} + +.channel_preloader .indeterminate { + background-color:white !important; +} + #player_overlay{ background-color:black; position: absolute;