Fixed #2143 - FullCalendar | Bootstrap background highlight is wrong

pull/2146/head
Tuğçe Küçükoğlu 2022-02-11 13:17:45 +03:00 committed by Tuğçe Küçükoğlu
parent ddfbd6c095
commit 23fb7f833a
4 changed files with 16 additions and 0 deletions

View File

@ -5396,4 +5396,8 @@
content: "/";
}
.fc.fc-theme-standard .fc-highlight {
background: #476880;
}
/* Customizations to the designer theme should be defined here */

View File

@ -5396,4 +5396,8 @@
content: "/";
}
.fc.fc-theme-standard .fc-highlight {
background: #614c6c;
}
/* Customizations to the designer theme should be defined here */

View File

@ -5396,4 +5396,8 @@
content: "/";
}
.fc.fc-theme-standard .fc-highlight {
background: #cce5ff;
}
/* Customizations to the designer theme should be defined here */

View File

@ -5396,4 +5396,8 @@
content: "/";
}
.fc.fc-theme-standard .fc-highlight {
background: #e7d8ef;
}
/* Customizations to the designer theme should be defined here */