Loading style.css +19 −1 Original line number Diff line number Diff line Loading @@ -3702,3 +3702,21 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { #rl-content .LoginView form .buttonLogin:active{ background: var(--color-primary-element-text-blue); } #rl-app .LoginView form.submitting::after { content: ''; position: absolute; width: 60px; height: 60px; top: 50%; left: 50%; margin-top: -30px; margin-left: -30px; border: 8px solid transparent; border-top-color: none; animation: loginRotation 1s infinite ease-in-out; border-radius: 50%; z-index: 1052; background-image: url('/themes/Murena/snappymail/images/loading-color.svg'); background-position: center center; background-repeat: no-repeat; } No newline at end of file Loading
style.css +19 −1 Original line number Diff line number Diff line Loading @@ -3702,3 +3702,21 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { #rl-content .LoginView form .buttonLogin:active{ background: var(--color-primary-element-text-blue); } #rl-app .LoginView form.submitting::after { content: ''; position: absolute; width: 60px; height: 60px; top: 50%; left: 50%; margin-top: -30px; margin-left: -30px; border: 8px solid transparent; border-top-color: none; animation: loginRotation 1s infinite ease-in-out; border-radius: 50%; z-index: 1052; background-image: url('/themes/Murena/snappymail/images/loading-color.svg'); background-position: center center; background-repeat: no-repeat; } No newline at end of file