aboutsummaryrefslogtreecommitdiff
path: root/resources/assets/stylesheets/fullcalendar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'resources/assets/stylesheets/fullcalendar.scss')
-rw-r--r--resources/assets/stylesheets/fullcalendar.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/resources/assets/stylesheets/fullcalendar.scss b/resources/assets/stylesheets/fullcalendar.scss
index 994d761..8edf7b6 100644
--- a/resources/assets/stylesheets/fullcalendar.scss
+++ b/resources/assets/stylesheets/fullcalendar.scss
@@ -9,6 +9,20 @@ a.fc-event, td.fc-event {
background-color: rgba(255, 255, 255, 0.2);
font-weight: bold;
}
+
+ .fc-title .icon {
+ content: '';
+ display: inline-block;
+ vertical-align: text-bottom;
+ margin-right: 3px;
+ width: 12px;
+ height: 12px;
+ mask-size: contain;
+ mask-repeat: no-repeat;
+ mask-position: center;
+ background-color: currentColor;
+ mask-image: var(--icon-url);
+ }
}
.fc {