• Resolved silverks

    (@silverks)


    Hi there,

    In the most recent update, this particular CSS code in wpmu-lib/css/wpmu-ui.3.min.css is causing a conflict with the media library CSS. The selection check marks are no longer appearing correctly.

    I would suggest to wrap the CSS code in WPMU-specific wrapper class so that it doesn’t conflict with WordPress’ UI.

    
    #wpwrap .button-link, .wpmui-form .button-link, .wpmui-popup .button-link {
        display: inline-block;
        text-decoration: underline;
        font-size: 13px;
        line-height: 26px;
        height: 28px;
        padding: 0 10px 1px;
        cursor: pointer;
        white-space: nowrap;
        color: #0074A2;
        background: transparent;
        border: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent;
        -webkit-transition-property: border,background,color;
        transition-property: border,background,color;
        -webkit-transition-duration: .05s;
        transition-duration: .05s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }
    

    Media library

Viewing 7 replies - 1 through 7 (of 7 total)
  • jdailey

    (@jdailey)

    Thank you for the information. I was able to replicate and will pass this on to our developer.

    jdailey

    (@jdailey)

    @silverks Changing the style requires adjusting a shared library that effects other files. We have one of our designers working on a fix. I will let you know when it is ready. Thank you for your patience!

    Thread Starter silverks

    (@silverks)

    Thanks for the update @jdailey. Looking forward to the fix.

    Just wanted to chime in and say thanks for the details here and looking forward to the update as well.

    Thank you for your patience and for reporting this conflict. We just released a fix and your feedback would help. After you update please verify the new version resolves the issue. Thanks again!

    Looks good here! Thanks

    Thread Starter silverks

    (@silverks)

    Looks good here too. Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘CSS conflict on Media Library’ is closed to new replies.