0 Replies Latest reply on Feb 27, 2008 3:26 PM by pauliov2

    Attribute selectors in XCSS - how?

    pauliov2

      Hi all,

      Is there a way to handle the attribute selectors like input[type="password"] in XCSS?
      I.e. in the manner:

      <u:selector name="input" type="password">
       <u:style name="background-color" skin="tabBackgroundColor" />
       <u:style name="border-color" skin="tableBorderColor" />
      </u:selector>
      

      I guess it's impossible to specify the complete selector in name due to quote entity and the type has no effect :(

      Regards,
      paul