Fixed #4195 - Bootstrap: Breadcrumb icon fix

pull/4203/head
Tuğçe Küçükoğlu 2023-07-24 13:36:41 +03:00
parent d964514da0
commit 501b26039c
4 changed files with 20 additions and 0 deletions

View File

@ -5951,4 +5951,9 @@
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
} }
/* Vendor extensions to the designer enhanced bootstrap compatibility */
.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 */

View File

@ -5951,4 +5951,9 @@
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
} }
/* Vendor extensions to the designer enhanced bootstrap compatibility */
.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 */

View File

@ -5951,4 +5951,9 @@
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
} }
/* Vendor extensions to the designer enhanced bootstrap compatibility */
.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 */

View File

@ -5951,4 +5951,9 @@
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
} }
/* Vendor extensions to the designer enhanced bootstrap compatibility */
.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 */