mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Moved legend colors to css file
This commit is contained in:
@@ -92,10 +92,10 @@
|
||||
<div class="glanceyear-summary">
|
||||
<div class="glanceyear-legend">
|
||||
<?= __("Less")?>
|
||||
<span style="background-color: #eee"></span>
|
||||
<span style="background-color: #c3dbda"></span>
|
||||
<span style="background-color: #5caeaa"></span>
|
||||
<span style="background-color: #277672"></span>
|
||||
<span class="glanceyear-legend-1"></span>
|
||||
<span class="glanceyear-legend-2"></span>
|
||||
<span class="glanceyear-legend-3"></span>
|
||||
<span class="glanceyear-legend-4"></span>
|
||||
<?= __("More")?>
|
||||
</div>
|
||||
<?= __("Calendar with QSOs") ?><br>
|
||||
|
||||
@@ -1166,3 +1166,16 @@ svg text.month { fill: #AAA; }
|
||||
position: absolute;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.glanceyear-legend-1 {
|
||||
background-color: #eee;
|
||||
}
|
||||
.glanceyear-legend-2 {
|
||||
background-color: #c3dbda;
|
||||
}
|
||||
.glanceyear-legend-3 {
|
||||
background-color: #5caeaa;
|
||||
}
|
||||
.glanceyear-legend-4 {
|
||||
background-color: #277672;
|
||||
}
|
||||
@@ -360,6 +360,19 @@ svg rect.day[data-col='48'] {
|
||||
fill: #237fb4;
|
||||
}
|
||||
|
||||
.glanceyear-legend-1 {
|
||||
background-color: #73e2ff;
|
||||
}
|
||||
.glanceyear-legend-2 {
|
||||
background-color: #4ab4f5;
|
||||
}
|
||||
.glanceyear-legend-3 {
|
||||
background-color: #349cd8;
|
||||
}
|
||||
.glanceyear-legend-4 {
|
||||
background-color: #237fb4;
|
||||
}
|
||||
|
||||
svg text {
|
||||
fill: #9fc7e1;
|
||||
font-size: 9px;
|
||||
|
||||
Reference in New Issue
Block a user