diff --git a/data/interfaces/default/css/tautulli.css b/data/interfaces/default/css/tautulli.css index 16320f06..0b74e42e 100644 --- a/data/interfaces/default/css/tautulli.css +++ b/data/interfaces/default/css/tautulli.css @@ -3976,3 +3976,18 @@ a:hover .overlay-refresh-image:hover { -webkit-appearance: none; margin: 0; } +.newsletter-loader-container { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; +} +.newsletter-loader-message { + color: #282A2D; + text-align: center; + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); +} diff --git a/data/interfaces/default/newsletter_config.html b/data/interfaces/default/newsletter_config.html index 7f3ab901..ab56456a 100644 --- a/data/interfaces/default/newsletter_config.html +++ b/data/interfaces/default/newsletter_config.html @@ -302,6 +302,9 @@
Test if the ${newsletter['agent_label']} newsletter is working. Check the logs for troubleshooting.
++ Warning: This will send the newsletter to all users in your email configuration! +