Cosmetic : hightlight element in follow-up and plugin

This commit is contained in:
sparkyx 2024-12-26 12:34:57 +01:00
parent 4415f9a129
commit 2f5558add0
3 changed files with 16 additions and 4 deletions

View file

@ -478,6 +478,16 @@ tr.highlight {
font-weight: bold;
}
/* highlight a small element (span)
*/
.cell.highlight {
color: darkred !important;
background-color: lightgoldenrodyellow;
color: antiquewhite !important;
background-color: lightskyblue;
padding: 2px 10px 2px 10px;
}
td.odd{
background-color:#DDE6FF;
}