From a7c8b61b9255007431996b04842499a07e42010f Mon Sep 17 00:00:00 2001 From: Patrick <patrick.wuerstle@gmx.de> Date: Mon, 1 Feb 2021 16:11:44 +0100 Subject: [PATCH] update design --- vcm/css/loading.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/vcm/css/loading.css b/vcm/css/loading.css index 62e9d9658..f61208760 100644 --- a/vcm/css/loading.css +++ b/vcm/css/loading.css @@ -8,14 +8,16 @@ animation: spin 2s linear infinite; } .loaderN { - border: 2px solid #f3f3f3; + border: 2px solid rgb(60, 60, 60); border-radius: 50%; border-top: 2px solid #3498db; - width: 12px; - height: 12px; + width: 20px; + height: 20px; -webkit-animation: spin 2s linear infinite; /* Safari */ animation: spin 2s linear infinite; float:right; + background-color: rgb(60, 60, 60); + color: rgb(60, 60, 60); } .LoaderNoise { border: 8px solid rgb(88, 88, 88); -- GitLab