Style Switcher
Theme Colors
Header Color
support@ecada.com
(0123)-123-456-789

Theme components

Table Default
# First Name Username Status
1 Mark @mdo
2 Jacob @fat
3 Larry @twitter
4 John @johndoe
<table class="table">...</table>
Table Bordered
# First Name Username Status
1 Mark @mdo
2 Jacob @fat
3 Larry @twitter
4 John @johndoe
<table class="table table-bordered">...</table>
Table Striped
# First Name Username Status
1 Mark @mdo
2 Jacob @fat
3 Larry @twitter
4 John @johndoe
<table class="table table-striped">...</table>

Hover rows

# First Name Username Status
1 Mark @mdo
2 Jacob @fat
3 Larry @twitter
4 John @johndoe
<div class="panel panel-primary margin-bottom-40">...</div>

Contextual classes

# First Name Username Status
1 Mark @mdo
2 Jacob @fat
3 Larry @twitter
4 John @johndoe
5 Jane @janeroe
<tr class="warning">...</tr>
<tr class="success">...</tr>
<tr class="danger">...</tr>
<tr class="info">...</tr>
<tr class="active">...</tr>