Skip to content

Commit

Permalink
Fixed #2143 - FullCalendar | Bootstrap background highlight is wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Feb 11, 2022
1 parent ddfbd6c commit 23fb7f8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/themes/bootstrap4-dark-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5396,4 +5396,8 @@
content: "/";
}

.fc.fc-theme-standard .fc-highlight {
background: #476880;
}

/* Customizations to the designer theme should be defined here */
4 changes: 4 additions & 0 deletions public/themes/bootstrap4-dark-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5396,4 +5396,8 @@
content: "/";
}

.fc.fc-theme-standard .fc-highlight {
background: #614c6c;
}

/* Customizations to the designer theme should be defined here */
4 changes: 4 additions & 0 deletions public/themes/bootstrap4-light-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5396,4 +5396,8 @@
content: "/";
}

.fc.fc-theme-standard .fc-highlight {
background: #cce5ff;
}

/* Customizations to the designer theme should be defined here */
4 changes: 4 additions & 0 deletions public/themes/bootstrap4-light-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5396,4 +5396,8 @@
content: "/";
}

.fc.fc-theme-standard .fc-highlight {
background: #e7d8ef;
}

/* Customizations to the designer theme should be defined here */

0 comments on commit 23fb7f8

Please sign in to comment.