Hello, Is there some way to specify "final" CSS file which will be used by browsers at the end - and that's why can rewrite some CSS rules?
We have following case: we use "wicketstuff tagit autocomplite" component. This component contribute some CSS to the header. But we need to overwrite some css rules: the best solution for this to place some overwriting rules at the end of list of CSS files. But the problem is in that fact, that Wicket adds all contributed to the header things at the end of the HEAD file. Thanks, Ilia
