Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71e7c42b authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

login form color

parent 7243b193
Loading
Loading
Loading
Loading
Loading
+19 −1
Original line number Diff line number Diff line
@@ -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