mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-15 08:07:08 +00:00
23 lines
No EOL
413 B
CSS
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;
|
|
} |