|
@@ -1453,7 +1453,7 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.tabulator-row:nth-child(even) {
|
|
.tabulator-row:nth-child(even) {
|
|
|
- background-color: #627ce0;
|
|
|
|
|
|
|
+ background-color: #fff;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.tabulator-row:nth-child(even) .tabulator-cell {
|
|
.tabulator-row:nth-child(even) .tabulator-cell {
|
|
@@ -1461,11 +1461,11 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.tabulator-row:nth-child(even) .tabulator-cell:first-child {
|
|
.tabulator-row:nth-child(even) .tabulator-cell:first-child {
|
|
|
- border-left: 10px solid #627ce0;
|
|
|
|
|
|
|
+ border-left: 10px solid #1976D2;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.tabulator-row:nth-child(even) .tabulator-cell.tabulator-row-header {
|
|
.tabulator-row:nth-child(even) .tabulator-cell.tabulator-row-header {
|
|
|
- background-color: #627ce0;
|
|
|
|
|
|
|
+ background-color: #fff;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@media (hover: hover) and (pointer: fine) {
|
|
@media (hover: hover) and (pointer: fine) {
|