summaryrefslogtreecommitdiffstats
path: root/public/vendor/plugins/calendar-heatmap/calendar-heatmap.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/vendor/plugins/calendar-heatmap/calendar-heatmap.css')
-rw-r--r--public/vendor/plugins/calendar-heatmap/calendar-heatmap.css27
1 files changed, 0 insertions, 27 deletions
diff --git a/public/vendor/plugins/calendar-heatmap/calendar-heatmap.css b/public/vendor/plugins/calendar-heatmap/calendar-heatmap.css
deleted file mode 100644
index 0db34aff2d..0000000000
--- a/public/vendor/plugins/calendar-heatmap/calendar-heatmap.css
+++ /dev/null
@@ -1,27 +0,0 @@
-text.month-name,
-text.calendar-heatmap-legend-text,
-text.day-initial {
- font-size: 10px;
- fill: inherit;
- font-family: Helvetica, arial, 'Open Sans', sans-serif;
-}
-rect.day-cell:hover {
- stroke: #555555;
- stroke-width: 1px;
-}
-.day-cell-tooltip {
- position: absolute;
- z-index: 9999;
- padding: 5px 9px;
- color: #bbbbbb;
- font-size: 12px;
- background: rgba(0, 0, 0, 0.85);
- border-radius: 3px;
- text-align: center;
-}
-.day-cell-tooltip > span {
- font-family: Helvetica, arial, 'Open Sans', sans-serif
-}
-.calendar-heatmap {
- box-sizing: initial;
-}