Feature proposal #4262
closedImplement Bootstrap color variants
Description
Add a parameter to the Bootstrap template to select various color templates. Create LESS files for each variant with variables to control the colors to easily maintain. Next use the new LESS API to output a template.css file and replace the existing template.css file.
File Structure:
/less/index.html
/less/default.less
/less/red.less
/less/dark.less
/less/general.less
Each color variant should import general.less so there is no duplicate code. Color variants should just have the color variables.
Updated by krileon about 11 years ago
jQuery UI also needs to be themed after Bootstrap so all jQuery UI usages within CB with the bootstrap template in use are styled correctly.
Note this may not be needed. Most commonly used jQuery UI usage is the datepicker so we may not need to style everything, but just style the datepicker at least.
Updated by krileon about 11 years ago
- Status changed from Assigned to Rejected
Not needed with the upgrade to the Default templates as they'll offer different color schemes while for the most part offering bootstrap usages.