|
|
@@ -19,7 +19,7 @@
|
|
|
}
|
|
|
|
|
|
.fc-unthemed .fc-list-view {
|
|
|
- border: 1px solid $unthemed-border-color;
|
|
|
+ border: 1px solid var(--unthemed-border-color);
|
|
|
}
|
|
|
|
|
|
.fc .fc-list-table {
|
|
|
@@ -43,7 +43,7 @@
|
|
|
}
|
|
|
|
|
|
.fc-unthemed .fc-list-heading td {
|
|
|
- background: $unthemed-muted-bg-color;
|
|
|
+ background: var(--unthemed-muted-bg-color);
|
|
|
}
|
|
|
|
|
|
.fc-ltr .fc-list-heading-main { float: left; }
|