mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Migrated from sbadmin to AdminLTE CSS framework
This commit is contained in:
36
plugins/fullcalendar-bootstrap/main.css
Normal file
36
plugins/fullcalendar-bootstrap/main.css
Normal file
@@ -0,0 +1,36 @@
|
||||
.fc.fc-bootstrap a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.fc.fc-bootstrap a[data-goto]:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.fc-bootstrap hr.fc-divider {
|
||||
border-color: inherit;
|
||||
}
|
||||
|
||||
.fc-bootstrap .fc-today.alert {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.fc-bootstrap a.fc-event:not([href]):not([tabindex]) {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.fc-bootstrap .fc-popover.card {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
/* Popover
|
||||
--------------------------------------------------------------------------------------------------*/
|
||||
.fc-bootstrap .fc-popover .card-body {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* TimeGrid Slats (lines that run horizontally)
|
||||
--------------------------------------------------------------------------------------------------*/
|
||||
.fc-bootstrap .fc-time-grid .fc-slats table {
|
||||
/* some themes have background color. see through to slats */
|
||||
background: none;
|
||||
}
|
||||
Reference in New Issue
Block a user