From c960e4feb86dc12763aaf867689ba40899b39408 Mon Sep 17 00:00:00 2001 From: Daniel Gerhardt <code@dgerhardt.net> Date: Mon, 23 Nov 2015 11:39:34 +0100 Subject: [PATCH] Revert "Insert SASS variables for splashscreen background and text colors" This reverts commit fc78eb1868f0af40d4a04d7e403209355b1bbc11. SASS variables only exist at compile time and are not available for arsnova.properties. --- src/main/resources/arsnova.properties.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/arsnova.properties.example b/src/main/resources/arsnova.properties.example index 52bf85f4c..454d3e5de 100644 --- a/src/main/resources/arsnova.properties.example +++ b/src/main/resources/arsnova.properties.example @@ -82,7 +82,7 @@ security.custom-login.order=0 # registration-mail.body: Text body used for registration e-mail. {0} will be # replaced by the value of activation-path. # -security.user-db.enabled=false +security.user-db.enabled=true security.user-db.title=ARSnova security.user-db.login-dialog-path=account.html security.user-db.activation-path=account.html @@ -218,8 +218,8 @@ ui.slogan=Audience Response System # Best results are achieved with logos that have the same width and height. splashscreen.logo-path=resources/images/arsnova-logo.png splashscreen.slogan=Audience Response System -splashscreen.slogan-color=$splashscreen-slogan-text-color -splashscreen.background-color=$splashscreen-background-color +splashscreen.slogan-color=#4A5C66 +splashscreen.background-color=#E0E0E0 splashscreen.loading-ind-color=#4A5C66 splashscreen.min-delay=3000 @@ -272,4 +272,4 @@ pp.session-levels.en = General Education,\ # tracking.provider=piwik tracking.tracker-url= -tracking.site-id= +tracking.site-id= \ No newline at end of file -- GitLab