The HTML document includes two external sources with stylesheets (using link href=file.css ).
For one of the classes, the style is set in both files, moreover with overlapping attributes. Is it possible to make one of these descriptions "priority"?
Specificity - when using icefaces page styles are loaded from the royale.css file, and among them for links ( .iceCmdLnk ) the style is defined in which color:black, text-decoration:none .
I immediately try to include my own file ( general.css ), in which I want to override the color of the links to the more familiar ( color:blue, text-decoration:underline ). I try to change the inclusion of two files in places - but I don’t see the effect - the links remain black, in firebug my styles are marked "crossed out" (of course, the styles from general.css for other elements that are not overlapped work fine).
Or am I missing something?
Thank you in advance.