You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you add class to fill background-color with predefined color primary, success, danger, info ... And the same with text-color
And the same with class "active" to change background with predefined colors.
Thanks.
The text was updated successfully, but these errors were encountered:
For elements can be "active", I make my own class active-primary, active-success, .... like this:
.active.active-success { background-color : .... }
and when I add class "active" the field take my own class ".active-success" properties.
But It's better to include this directly to bootstrap.
Hi.
Can you add class to fill background-color with predefined color primary, success, danger, info ...
And the same with text-colorAnd the same with class "active" to change background with predefined colors.
Thanks.
The text was updated successfully, but these errors were encountered: