Fix row colors in history plot
This commit is contained in:
parent
75df57f42a
commit
309281f5e1
2 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
|
@ -66,7 +66,7 @@ table.full-width col.bar {
|
|||
}
|
||||
}
|
||||
|
||||
.history & tbody tr {
|
||||
&.history tbody tr {
|
||||
background: initial;
|
||||
}
|
||||
tbody tr {
|
||||
|
|
Loading…
Reference in a new issue