mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-19 14:32:16 +00:00
First pass at porting calendar from FC V3 to V5
Two major versions and all they did was rename a bunch of names...TWICE.
This commit is contained in:
File diff suppressed because one or more lines are too long
269
RIGS/static/css/main.css
Normal file
269
RIGS/static/css/main.css
Normal file
File diff suppressed because one or more lines are too long
1047
RIGS/static/css/main.min.css
vendored
Normal file
1047
RIGS/static/css/main.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
6
RIGS/static/js/main.js
Normal file
6
RIGS/static/js/main.js
Normal file
File diff suppressed because one or more lines are too long
6
RIGS/static/js/main.min.js
vendored
Normal file
6
RIGS/static/js/main.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -63,8 +63,12 @@
|
||||
background-color: $gray-200 !important;
|
||||
border-radius: 0.2em;
|
||||
}
|
||||
.fc-today {
|
||||
padding: 0 !important;
|
||||
.fc-day-today {
|
||||
background-color: transparent !important;
|
||||
border: 0.2em solid $info !important;
|
||||
}
|
||||
.fc-daygrid-dot-event {
|
||||
color: white !important;
|
||||
}
|
||||
.table {
|
||||
border-collapse: separate !important;
|
||||
|
||||
@@ -12,18 +12,22 @@
|
||||
}
|
||||
}
|
||||
|
||||
.fc-content {
|
||||
color: black;
|
||||
.fc-event-main {
|
||||
color: black !important;
|
||||
}
|
||||
|
||||
.fc-agendaDay-view {
|
||||
.fc-content {
|
||||
.fc-daygrid-dot-event {
|
||||
color: black !important;
|
||||
}
|
||||
|
||||
.fc-timeGridDay-view {
|
||||
.fc-event-main {
|
||||
font-size: large !important;
|
||||
}
|
||||
}
|
||||
|
||||
.fc-agendaWeek-view {
|
||||
.fc-content {
|
||||
.fc-timeGridWeek-view {
|
||||
.fc-event-main {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user