1 Reply Latest reply on Oct 8, 2009 7:46 AM by ilya_shaikovsky

    How to set source/target color in rich:picklist

    jadtn

      Hi,
      I want to set all items in source list at red and all items in target list at green
      I've tested many style, but when, for example , I set the rich-picklist-target-cell at olive, the item is olive, that s right, but if I put it in the source list, it s stay at olive.
      I want the items in target and source list has always the color of the list or source, but don't keep the color of their original list.
      How can i do it?
      Thanks

      .rich-picklist-target-items-{
       color:pink;
       background-color: cyan;
      }
      .rich-picklist-source-items{
       color: silver;
       background-color: yellow;
      }
      .rich-picklist-target-cell{
       color: aqua;
       background-color: olive;
      }