diff options
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/custom.scss | 14 | 
1 files changed, 14 insertions, 0 deletions
| diff --git a/scss/custom.scss b/scss/custom.scss index 473d35bb8..b5dc0747e 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -43,6 +43,20 @@ label {    border-radius: 0;  } +.card-header, +.table-striped tbody tr:nth-of-type(2n+1), +.dt-bootstrap4 table.dataTable.stripe tbody tr.odd, +.dt-bootstrap4 table.dataTable.display tbody tr.odd { +    background-color: $gray-200; +} + +.dropdown-item:hover, .dropdown-item:focus, +.dt-bootstrap4 table.dataTable.hover tbody tr:hover, +.dt-bootstrap4 table.dataTable.display tbody tr:hover { +    background-color: #f6f6f6; +    background-color: $gray-300; +} +  /* datatable - start */  table.dataTable { | 
