* selector in css ?

  • it's not too bad to setup a default textstyle for the textfield plugin.

    Instead of...

    Code
    <data name="cssdata">
    *       { text-decoration:none; font-weight:bold; font-size:24}
    </data>

    use...

    Code
    <data name="cssdata">
     babble{ text-decoration:none; font-weight:bold; font-size:24}
     </data>

    and then your html data would look like...

    Of course "babble" can be replaced with whatever significant nomenclature that you would like.

    And in my limited testing... it looks like "babble" will apply unless one of the other styles referenced below it override.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!