Skip to content

Commit

Permalink
Add styles to each CSS theme
Browse files Browse the repository at this point in the history
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
  • Loading branch information
rdwebdesign committed Feb 26, 2022
1 parent 7eefaf1 commit 7b5d65f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 11 deletions.
16 changes: 16 additions & 0 deletions style/themes/default-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,3 +239,19 @@ td.highlight {
.iradio_minimal-blue {
margin-right: 8px;
}

.datatable-bt,
.datatable-bt:active,
.datatable-bt:active:focus,
.datatable-bt:focus {
background: #fff;
border-color: #ddd;
color: #345;
}

.datatable-bt:hover,
.datatable-bt:active:hover {
background: #337ab7;
border-color: #337ab7;
color: #fff;
}
21 changes: 10 additions & 11 deletions style/themes/lcars.css
Original file line number Diff line number Diff line change
Expand Up @@ -1768,22 +1768,21 @@ table.dataTable {
border: none;
}

/*** datatables Select checkbox ***/
table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody th.select-checkbox::before {
margin-top: -3px;
margin-left: -5px;
}
table.dataTable tr.selected td.select-checkbox::after,
table.dataTable tr.selected th.select-checkbox::after {
margin-top: -13px;
}

/*** datatables Select: row, checkbox and button ***/
table.dataTable tbody > tr.selected td,
table.dataTable tbody > tr > .selected td {
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5);
}

.select-checkbox {
min-width: 8px;
}

.datatable-bt {
border-radius: 6px;
padding: 3px 10px;
}

/*** icheckbox ***/
.icheckbox_minimal-blue {
margin-right: 10px;
Expand Down

0 comments on commit 7b5d65f

Please sign in to comment.