Fixed #2143 - FullCalendar | Bootstrap background highlight is wrong
parent
ddfbd6c095
commit
23fb7f833a
|
@ -5396,4 +5396,8 @@
|
||||||
content: "/";
|
content: "/";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fc.fc-theme-standard .fc-highlight {
|
||||||
|
background: #476880;
|
||||||
|
}
|
||||||
|
|
||||||
/* Customizations to the designer theme should be defined here */
|
/* Customizations to the designer theme should be defined here */
|
||||||
|
|
|
@ -5396,4 +5396,8 @@
|
||||||
content: "/";
|
content: "/";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fc.fc-theme-standard .fc-highlight {
|
||||||
|
background: #614c6c;
|
||||||
|
}
|
||||||
|
|
||||||
/* Customizations to the designer theme should be defined here */
|
/* Customizations to the designer theme should be defined here */
|
||||||
|
|
|
@ -5396,4 +5396,8 @@
|
||||||
content: "/";
|
content: "/";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fc.fc-theme-standard .fc-highlight {
|
||||||
|
background: #cce5ff;
|
||||||
|
}
|
||||||
|
|
||||||
/* Customizations to the designer theme should be defined here */
|
/* Customizations to the designer theme should be defined here */
|
||||||
|
|
|
@ -5396,4 +5396,8 @@
|
||||||
content: "/";
|
content: "/";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fc.fc-theme-standard .fc-highlight {
|
||||||
|
background: #e7d8ef;
|
||||||
|
}
|
||||||
|
|
||||||
/* Customizations to the designer theme should be defined here */
|
/* Customizations to the designer theme should be defined here */
|
||||||
|
|
Loading…
Reference in New Issue