Module ui.data.css_tweaks

CSS tweaks must have the following attributes: - id: unique ID identifying this tweak, to be stored in settings - title: menu item title (must not be too long) - css: stylesheet text to append to external stylesheet They may have the following optional attributes: - description: text displayed when holding on menu item - priority: higher numbers are appended after lower numbers (if not specified, default to 0) - conflictswith: a string with the id of another tweak that should be disabled when this tweak is enabled, or an array/table of tweaks ids, or a function(otherid) return true for ids conflicting.

It is also used with "hold / use on all books", unless the next property is provided. - globalconflictswith: similar to 'conflicts_with', but used with "hold / use on all books". If 'false', no conflict check is done.



generated by LDoc 1.5.0 Last updated 2024-03-18 16:45:36