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

Commit 0b8878c1 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

Merge branch 'dev/custom-login' into 'main'

custom login fix

See merge request !119
parents 2afc0833 d5e41064
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -1313,8 +1313,17 @@ a.legal {

#body-login #submit-form:hover,
#body-login #reset-password-submit:hover,
#body-login .two-factor-submit:hover {
#body-login .two-factor-submit:hover,
#body-login #submit-form:active,
#body-login #reset-password-submit:active,
#body-login .two-factor-submit:active,
#body-login #submit-form:focus,
#body-login #reset-password-submit:focus,
#body-login .two-factor-submit:focus  {
    opacity: 0.9;
    border: none !important;
    outline:none !important;
    box-shadow: none !important;
}
.banner-right-align {
    text-align: left;
+0 −0

File moved.