Uploaded image for project: 'Skin factory'
  1. Skin factory
  2. SKINFACTORY-55

We should have the transparent option for color styles

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.0.0
    • 1.0.0
    • None

      The # of the hexadecimal code of color is inclued into the skin factory, so we can not add the transparent property when necessary.

          [SKINFACTORY-55] We should have the transparent option for color styles

          A new item "no color" has been added under proposed colors to apply transparent color (see screenshot).

          Color to rgba format can be open in a new issue as a improvement.

          Laurence Aumeunier added a comment - A new item "no color" has been added under proposed colors to apply transparent color (see screenshot). Color to rgba format can be open in a new issue as a improvement.

          Laure Lopez added a comment -

          The best way would to write color like this :

          div {
            background-color: rgba(0, 0, 255, 0.5);
          }

          This way we can manage the opacity and all colors properties have the same format

          Laure Lopez added a comment - The best way would to write color like this : div { background-color: rgba(0, 0, 255, 0.5); } This way we can manage the opacity and all colors properties have the same format

            Unassigned Unassigned
            llopez Laure Lopez
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: