Success palette colors
Includes 1 main and 5 accent colorsPalette classes
Success color palette includes 6 colors: 1 main color without suffix and 5 accent colors with 300, 400, 600, 700 and 800 suffixes. Majority of components and layout parts are coded with maximum flexibility and support of different color options that can be changed on-the-fly just by adding or replacing proper color class. Also works perfectly in combination with other helpers, that makes Limitless very flexible and configurable.
Please note:default Bootstrap contextual classes - primary, danger, success, warning, info - still available and correspond to main colors, so you can use both.bg-danger
and .btn-danger
as main colors, but if you want to use accent colors, use only .bg-*-*
, BS accent classes have been dropped to avoid unnecessary dublicating.
Class | Description |
---|---|
.bg-success .bg-success-*
|
Classes for background color. You can choose between 1 success color using .bg-success class and 5 accent colors using .bg-success-* class in 300, 400, 600, 700, 800 range
|
.border-success .border-success-*
|
Classes for border color. Useful when only border needs to have different colors - validation, highlights, custom buttons etc. Can be used with form controls, selects, cards, buttons and any other block element |
.border-top-success .border-top-success-*
|
Classes for top border color. Use this class if you need to highlight top border only
|
.border-bottom-success .border-bottom-success-*
|
Classes for bottom border color. Use this class if you need to highlight bottom border only
|
.border-left-success .border-left-success-*
|
Classes for left border color. Use this class if you need to highlight left border only
|
.border-right-success .border-right-success-*
|
Classes for right border color. Use this class if you need to highlight right border only
|
.text-success .text-success-*
|
Classes for text color. These colors can be used with: text, links, icons, lists etc. Base text color doesn't require suffix |
.alpha-success
|
Classes for light accent color. Mainly used in alerts with darker text color from the same palette. Available only in 1 class |
Alert options
Bordered, styled, solid in both directionsForm components
Inputs, selects, checkboxes, radios, groups etc.Input field text
Using .text-success
classes
Input border color
Using .border-success
or classes
Input background color
Using .bg-success
classes
Input with feedback
Using .bg-success
classes
Select background color
Using .bg-success
classes
File input color
Styled file input button color
Input group addon
Using .bg-success
classes
Addon and button
Combine text addon and button
Input group button
Using .bg-success
classes
Checkbox colors
Using border and text color classes
Radio classes
Using border color classes
Switchery colors
Using native plugin options
Select2 selects
Single and multiple select colorsSelect2 single
Custom single select background
Menu colors
Custom menu background
Select multiple
Custom multiple select background
Other selects
Select2, Uniform and MultiselectResult and menu colors
Combination of CSS class options
Uniform select
Using plugin's selectClass
option
Multiselect color
Using plugin's buttonClass
option
Tabs component color
Solid tabs nav and content colorTabs navigation color
Solid color tabs
custom
background color to the tabs navigation and content with .bg-success
palette classes
Text options
Text, link, badges, badge pills, iconsBadge color
Using .bg-success
classes
Badge pill color
Using .bg-success
classes
Progress bars
All colors, all sizes, all optionsBasic bar color
Using .bg-success
classes
Striped bar color
Using .bg-success
classes
Animated bar color
Using .bg-success
classes
Table color options
Header, footer, rows, columns, cells etc.Header and footer
# | First Name | Last Name | Username |
---|---|---|---|
1 | Eugene | Kopyov | @Kopyov |
2 | Victoria | Baker | @Vicky |
3 | James | Alexander | @Alex |
# | First Name | Last Name | Username |
Table rows
# | First Name | Last Name | Username |
---|---|---|---|
1 | Eugene | Kopyov | @Kopyov |
2 | Victoria | Baker | @Vicky |
3 | James | Alexander | @Alex |
# | First Name | Last Name | Username |
Table columns
# | First Name | Last Name | Username |
---|---|---|---|
1 | Eugene | Kopyov | @Kopyov |
2 | Victoria | Baker | @Vicky |
3 | James | Alexander | @Alex |
# | First Name | Last Name | Username |
Solid table
.bg-*
classes to the table
# | First Name | Last Name | Username |
---|---|---|---|
1 | Eugene | Kopyov | @Kopyov |
2 | Victoria | Baker | @Vicky |
3 | James | Alexander | @Alex |
# | First Name | Last Name | Username |
Button colors
Button text, border and background colorsBasic button
Using .bg-success
classes
Labeled button
Using .bg-success
classes
Outline button colors
Using border and text color classes
Card colors
Card, card border and heading colorsSuccess card
.bg-success
class added to the card header
Success bordered card
.bg-success
and .border-success
classes
Success solid card
.bg-success
class added to the card container
Notifications & dialogs
Notifications, modals, popovers, tooltipsTooltip color
Change default tooltip color
Popover header
Using .bg-success
classes
Popover background
Apply custom color to the entire popover
Modal dialog header
Using .bg-success
classes
Modal background
Using .bg-success
classes
Modal dialog footer
Using .bg-success
classes
Noty notification
Using .bg-success
color classes
jGrowl notification
Using plugin's theme
option
PNotify notification
Using plugin's addclass
option
Dropdown menu colors
Dropdown and menu elements colorDropdown border color
Using .border-success
color classes
Dropdown background color
Using .bg-success
color classes
Adapted menu components
Badges, badge pills, checkboxes, radios