1 Some notes about stylesheets:
3 * NOT every directory in css/ is considered a style to be chosen. The available
4 stylesheets are hardcoded in at least 3 places:
6 - SL/Controller/Admin.pm:init_stylesheets
7 - bin/mozilla/am.pl:config
8 yes it sucks. change it, if you like.
10 * If a stylesheet is requests from controller code, it is searched in this order:
11 - css/<stylesheet_of_current_user>/<path>
15 so common libraries can be put higher here, to be included by any stylesheet
17 * 'kivitendo' is used as the fallback style if no style was found or the style
20 * Pay attention to the position of relative image urls. Most should not be
21 included in css anyway but should use the generated icon maps. For the rest,
22 a couple of ../ may be needed to get the right path.
24 * If you edit another styles, these are things that are known to get broken.
25 Be sure to test them thoroughly:
29 - autocompletion (parts/customers)
33 - jquery-ui widgets (i hate those things)