Colorpicker - missed alpha channel

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dimyy
    Active Community Member
    • Jun 2018
    • 585

    Colorpicker - missed alpha channel

    Version 9.0.6


    The problem is that when using the 'hex' mode, the colorpicker does not activate the alpha channel.
    To fix this for colorpicker version 2.5, you need to:
    specify the 'rgba' mode instead 'hex'
    add to the css .colorpicker.colorpicker-with-alpha .colorpicker-alpha {
    display: block;
    background-size: cover;
    }
    Attached Files
  • yuri
    Member
    • Mar 2014
    • 8801

    #2
    We don't support alpha channel. Not a bug.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • yuri
      Member
      • Mar 2014
      • 8801

      #3
      On the master branch, it displays the alpha channel. I don't remember I did any changed there recently though.
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      • dimyy
        Active Community Member
        • Jun 2018
        • 585

        #4
        Super

        Comment

        Working...