rust-search-extension/extension/libs/calendar-heatmap.css
2020-05-31 21:53:10 +08:00

23 lines
No EOL
413 B
CSS

text.month-name,
text.calendar-heatmap-legend-text,
text.day-initial {
font-size: 11px;
fill: inherit;
}
rect.day-cell:hover {
stroke: #555555;
stroke-width: 1px;
}
.day-cell-tooltip {
position: absolute;
z-index: 9999;
padding: 5px 9px;
color: #ffffff;
font-size: 12px;
background: rgba(0, 0, 0, 0.7);
border-radius: 3px;
text-align: center;
}
.calendar-heatmap {
box-sizing: initial;
}