Cosmetic : hightlight element in follow-up and plugin
This commit is contained in:
parent
4415f9a129
commit
2f5558add0
3 changed files with 16 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue