css - How to style forms with jQuery UI theme -


I have a simple form and I want the label and text fields to be colored according to the selected jQuery UI theme. The text color of the label is always black and the text fields do not change with different topics.

You should check that some of your styles do not override jquery-UI styles. Using the Firefox plugin: Firebug You can inspect any HTML tags and see how the hierarchy of CSS affects the selected element.

Edit:

Sometimes the firebug does not show the exact sequence of genres. Check if the jquery-ui stylesheet is included after your style and if you do not use it! Important class Anywhere the problem may be "CSS" with some "straightforward", for example:

  .column * {color: # 000000; }   

Perhaps this is the reason I once spent a lot of time searching for errors due to these stars ...

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -