rust-search-extension/extension/libs/calendar-heatmap.css

23 lines
413 B
CSS
Raw Normal View History

2020-05-06 14:29:22 +00:00
text.month-name,
text.calendar-heatmap-legend-text,
text.day-initial {
2020-05-16 15:13:56 +00:00
font-size: 11px;
2020-05-06 14:29:22 +00:00
fill: inherit;
}
rect.day-cell:hover {
stroke: #555555;
stroke-width: 1px;
}
.day-cell-tooltip {
position: absolute;
z-index: 9999;
padding: 5px 9px;
2020-05-31 13:53:10 +00:00
color: #ffffff;
2020-05-06 14:29:22 +00:00
font-size: 12px;
2020-05-31 13:53:10 +00:00
background: rgba(0, 0, 0, 0.7);
2020-05-06 14:29:22 +00:00
border-radius: 3px;
text-align: center;
}
.calendar-heatmap {
box-sizing: initial;
}