cliffparnitzky / backend-custom-css
Provides the possibility to add special css to the contao backend.
Fund package maintenance!
cliffparnitzky
Installs: 752
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 1
Open Issues: 1
Type:contao-module
Requires
- php: >=5.3
- contao-community-alliance/composer-plugin: ~3.0
- contao/core-bundle: ~4.9
- menatwork/contao-multicolumnwizard: ~3.3
This package is auto-updated.
Last update: 2024-10-18 04:40:44 UTC
README
Contao Extension: BackendCustomCss
Provides the possibility to add special css to the contao backend.
There are 3 types of custom css:
- templates ... delivered by this extension (send me yours, if you want to put it in this collection)
- system styles ... added by system admin to settings (could be marked
fix
- will always be used and are not selectable by user, could be restricted by domain) - user styles ... each user could set its own styles in user settings
The system styles (defined by admin) will automatically be listed in user settings (if active, not fixed and match the domain). Each style could be set inactive (will not be loaded).
Each user style can also be set to inactive (must not be deleted in order to avoid loading).
Installation
Install the extension via composer: cliffparnitzky/backend-custom-css.
If you prefer to install it manually, download the latest release here: https://github.com/cliffparnitzky/BackendCustomCss/releases
Tracker
https://github.com/cliffparnitzky/BackendCustomCss/issues
Compatibility
- Contao version >= 3.2.0 ... < 3.6.0
- Contao version >= 4.4.0
Dependency
This extension is dependent on the following extensions: