Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Zac 239 posts 541 karma points
    Nov 29, 2012 @ 23:52
    Zac
    1

    Small bug fix

    Great package.

    There's a z-index issue with the colorpicker that causes some display issues in the back office.  To fix, just add z-index: 10000; to .colorpicker (first css class, lines 1-9).  Modified code looks like this:

    .colorpicker {
    width: 356px;
    height: 176px;
    overflow: hidden;
    position: absolute;
    background: url(/umbraco/images/colorpicker/colorpicker_background.png);
    font-family: Arial, Helvetica, sans-serif;
    display: none;
            z-index: 10000;
    }

     

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies