| 1 |
/* risk indicator classes */ |
| 2 |
|
| 3 |
td.pr-risk-low { |
| 4 |
background-color: rgba( 0, 255, 0, 0.075 ); |
| 5 |
color: #090 !important; |
| 6 |
font-weight: bold; |
| 7 |
} |
| 8 |
|
| 9 |
td.pr-risk-high { |
| 10 |
background-color: rgba( 255, 0, 0, 0.075 ); |
| 11 |
color: #c00 !important; |
| 12 |
font-weight: bold; |
| 13 |
} |
| 14 |
|
| 15 |
td.pr-risk-medium { |
| 16 |
font-weight: bold; |
| 17 |
} |
| 18 |
|
| 19 |
/* additional info in table cells */ |
| 20 |
|
| 21 |
span.pr-additional-info { |
| 22 |
font-weight: normal; |
| 23 |
color: #555; |
| 24 |
} |
| 25 |
|
| 26 |
/* progress bar */ |
| 27 |
|
| 28 |
.plugin-report-progress-outer { |
| 29 |
width: 100%; |
| 30 |
height: 1em; |
| 31 |
background-color: #fff; |
| 32 |
border: 1px solid #e5e5e5; |
| 33 |
} |
| 34 |
|
| 35 |
.plugin-report-progress-inner { |
| 36 |
width: 0%; |
| 37 |
height: 1em; |
| 38 |
background-color: #0073aa; |
| 39 |
} |