Dynamic colors in tables and fix #67
This commit is contained in:
@@ -242,11 +242,16 @@
|
||||
|
||||
/* Alternate */
|
||||
.sp-data-table tbody tr.odd,
|
||||
.sp-data-table tbody tr.alternate,
|
||||
.sp-calendar tbody td#today {
|
||||
.sp-data-table tbody tr.alternate {
|
||||
background: rgba(0, 0, 0, 0.02);
|
||||
}
|
||||
|
||||
/* Highlight */
|
||||
.sp-highlight {
|
||||
background: #fff;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 40em) {
|
||||
.sp-responsive-table {
|
||||
margin-bottom: 0;
|
||||
|
||||
Reference in New Issue
Block a user