Display a tooltip on days without events
This commit is contained in:
parent
dc6562b97e
commit
4ce71ef2f2
|
@ -131,7 +131,7 @@ class HistoryColorGrid extends AbstractWidget {
|
|||
'> </a>';
|
||||
} else {
|
||||
return '<a ' .
|
||||
'style="background-color:' . $this->calculateColor(0) . '; ' . ' opacity: ' . $this->opacity . ';' .
|
||||
'style="background-color:' . $this->calculateColor(0) . '; ' . ' opacity: ' . $this->opacity . ';" ' .
|
||||
'title="No entries for ' . $day . '" ' .
|
||||
'></a>';
|
||||
}
|
||||
|
|
|
@ -19,7 +19,7 @@ table.historycolorgrid td {
|
|||
margin: 1em;
|
||||
}
|
||||
|
||||
table.historycolorgrid td.hover {
|
||||
table.historycolorgrid td:hover {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue