File: lcov-extra.css

package info (click to toggle)
dte 1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,152 kB
  • sloc: ansic: 28,421; sh: 94; awk: 56; makefile: 13; sed: 1
file content (20 lines) | stat: -rw-r--r-- 324 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
td.coverPerLo,
td.coverNumLo,
td.headerCovTableEntryLo
{
    background-color: rgba(255, 53, 47, 0.55);
}

td.coverPerMed,
td.coverNumMed,
td.headerCovTableEntryMed
{
    background-color: rgba(255, 224, 80, 0.55);
}

td.coverPerHi,
td.coverNumHi,
td.headerCovTableEntryHi
{
    background-color: rgba(27, 234, 89, 0.55);
}