From b4029359bcb8e3ecc4a60d755e81bbd2277c2b42 Mon Sep 17 00:00:00 2001 From: James Allen Date: Tue, 8 Aug 2017 08:17:16 +0200 Subject: [PATCH] Fix loading indicator --- services/web/public/stylesheets/app/editor.less | 2 +- services/web/public/stylesheets/core/ol-variables.less | 1 + services/web/public/stylesheets/core/variables.less | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/services/web/public/stylesheets/app/editor.less b/services/web/public/stylesheets/app/editor.less index 184e50270c..75b7121094 100644 --- a/services/web/public/stylesheets/app/editor.less +++ b/services/web/public/stylesheets/app/editor.less @@ -91,7 +91,7 @@ right: 0; bottom: 0; left: 0; - background: @editor-loading-logo-background-url no-repeat bottom / 100%; + background: @editor-loading-logo-foreground-url no-repeat bottom / 100%; transition: height .5s; } } diff --git a/services/web/public/stylesheets/core/ol-variables.less b/services/web/public/stylesheets/core/ol-variables.less index 3cefc3dad3..a126479a42 100644 --- a/services/web/public/stylesheets/core/ol-variables.less +++ b/services/web/public/stylesheets/core/ol-variables.less @@ -30,5 +30,6 @@ @editor-loading-logo-padding-top: 115.44%; @editor-loading-logo-background-url: url(/img/ol-brand/overleaf-o-grey.svg); +@editor-loading-logo-foreground-url: url(/img/ol-brand/overleaf-o.svg); @import "./_common-variables.less"; diff --git a/services/web/public/stylesheets/core/variables.less b/services/web/public/stylesheets/core/variables.less index e75c947738..3ec05ccebd 100755 --- a/services/web/public/stylesheets/core/variables.less +++ b/services/web/public/stylesheets/core/variables.less @@ -27,5 +27,6 @@ @editor-loading-logo-padding-top: 86.2%; @editor-loading-logo-background-url: url(/img/brand/lion-grey.svg); +@editor-loading-logo-foreground-url: url(/img/brand/lion.svg); @import "_common-variables.less";