Project

General

Profile

Actions

Feature proposal #4262

closed

Implement Bootstrap color variants

Added by krileon over 10 years ago. Updated over 10 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
Target version:
Start date:
30 September 2013
Due date:
% Done:

0%

Estimated time:

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.

Actions #1

Updated by krileon over 10 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.

Actions #2

Updated by krileon over 10 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.

Actions

Also available in: Atom PDF