javascript - css is getting overridden by .js inserted styles (Alloy UI) -


i have situation .css in head tag getting overridden css that's being inserted dynamically head javascript library.

the .js library automatically appends new .css link end of head tag put on top of styles.

you have several options:

  1. use different javascript library
  2. make sure rules have higher specificity ones added library
  3. learn !important

Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -