Fix row colors in history plot

This commit is contained in:
Edgar P. Burkhart 2024-01-02 11:55:54 +01:00
parent 75df57f42a
commit 309281f5e1
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{% load main_extras %}
{% load history_extras %}
{% load i18n %}
<div class="plot">
<div class="history plot">
<table class="full-width">
<colgroup>
<col class="icon">

View File

@ -66,7 +66,7 @@ table.full-width col.bar {
}
}
.history & tbody tr {
&.history tbody tr {
background: initial;
}
tbody tr {