3 Replies Latest reply on Jan 6, 2015 6:51 AM by michpetrov

    .ecss and "richSkin" values

    farrer

      Every '#{richSkin'-like property on all .ecss I create are missing in the resultant parsed file using richfaces 4.5.1. I'm probably missing something.

       

       

      For example, with the follow .ecss:

       

      .test {

          background-color: '#{richSkin.generalBackgroundColor}';

          color: '#{richSkin.panelBorderColor}';

          border-width: 1px;

          border-style: solid;

          border-radius: '#{richSkin.panelBorderRadius}';

          padding: 1px;

      }

       

      the result is:

       

      *.test {

          border-width: 1px;

          border-style: solid;

          padding: 1px;

      }