From 7042b9c2d73a1b9df98b5e48ec8a5767ae9f88ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Fri, 10 Jan 2020 13:07:52 +0000 Subject: [PATCH] style loading screen message --- customize.dist/loading.js | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/customize.dist/loading.js b/customize.dist/loading.js index 600f3e8d4..10db051ff 100644 --- a/customize.dist/loading.js +++ b/customize.dist/loading.js @@ -77,7 +77,7 @@ define([], function () { background: #FFF; padding: 20px; width: 100%; - color: #000; + color: #3F4141; text-align: center; display: none; } @@ -94,6 +94,9 @@ define([], function () { text-align: left; margin-bottom: 15px; } +p.cp-password-info{ + text-align: left; +} #cp-loading-password-prompt .cp-password-form { display: flex; justify-content: space-around; @@ -201,6 +204,19 @@ define([], function () { animation-timing-function: cubic-bezier(.6,0.15,0.4,0.85); } +button.primary{ + border: 1px solid #4591c4; + padding: 8px 12px; + text-transform: uppercase; + background-color: #4591c4; + color: white; + font-weight: bold; +} + +button.primary:hover{ + background-color: rgb(52, 118, 162); +} + */}).toString().slice(14, -3); var urlArgs = window.location.href.replace(/^.*\?([^\?]*)$/, function (all, x) { return x; }); var elem = document.createElement('div');