From 49bdfcc33d167903cf3e794331ec58bd726576f0 Mon Sep 17 00:00:00 2001 From: Jorys_Paulin Date: Mon, 23 Apr 2018 21:10:34 +0200 Subject: [PATCH] Added placeholder while loading albums --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index d79cd89..da19daa 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -178,7 +178,7 @@ main { } #game-grid .mdl-card { position: relative; - background: transparent; + background: url(/icons/icon128.png) rgba(0, 0, 0, 0.5) center no-repeat; } #host-grid .mdl-card, #game-grid .mdl-card { text-align: center;