What does it mean when CSS styles are located in /updates/?
Permalink
1. Concrete5 overrides, where a file you place in the root folders should be loaded in place of the equivalent file from the current core.
2. CSS cascade rules. Here the order of loading files is only relevant when 2 rules are equally applicable and it is CSS specificity that governs which style takes precedence.