mirror of
https://git.rtems.org/rtems-tools/
synced 2025-10-19 08:05:37 +08:00
coverage: Give coverage bars red background
This commit is contained in:

committed by
Joel Sherrill

parent
4d21ff8d60
commit
bfee5507b9
@@ -129,6 +129,9 @@ class report_gen_html:
|
||||
head_section += ' width: 150px;' + os.linesep
|
||||
head_section += ' height: 15px;' + os.linesep
|
||||
head_section += ' }' + os.linesep
|
||||
head_section += ' progress::-webkit-progress-bar {' + os.linesep
|
||||
head_section += ' background: red;' + os.linesep
|
||||
head_section += ' }' + os.linesep
|
||||
head_section += ' table, th, td {' + os.linesep
|
||||
head_section += ' border: 1px solid black;' + os.linesep
|
||||
head_section += ' border-collapse: collapse;' + os.linesep
|
||||
|
Reference in New Issue
Block a user