Jump to content
  • 0

Authenticator Page Color Issues


Yamagata 1st MRB

Question

Issue where the block in the Authentication Required page is white text on white background.

 

Selector: #elTwoFactorAuthentication > div

 

Element: //*[@id="elTwoFactorAuthentication"]/div

 

CSS: http://www.1stmarineraiders.com/uploads/css_built_2/bfe12bbce0d9eedd4020accd57c77f1f_login.css.89acf3ca0df1a9640a1f0dec998a2d30.css?v=59893dd0db

#elTwoFactorAuthentication > div {

    background: #f9f9f9;  << this line makes the background white

    box-shadow: none;

    border-radius: none;

}

 

.ipsType_pageTitle {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    color: rgba(252,252,252,1);  << this line makes the text white

}

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Fixed.

 

    #elTwoFactorAuthentication > div {
        max-width: 500px;
        background: #151515 !important;
        box-shadow: 0px 5px 55px rgba(0,0,0,0.4);
        border-radius: 3px;
        overflow: hidden;
    }

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...