Project

General

Profile

Feature proposal #4369

Updated by krileon over 10 years ago

Replace all markup Currently buttons are styled only in CB Bootstrap. Implement standardized classes (e.g. cbButton cbButtonDefault) for buttons. Then replace existing usages with boostrap markup. Replace class usage with boostrap classes. Anywhere a class is needed also implement semantic classes. Example usage as follows. 

 btn btn-primary cbRegistrationSubmit the new standardized buttons. Follow bootstrap styling for these. 

Back