| @@ -1,15 +1,15 @@ | ||
| 1 | 1 | /* risk indicator classes */ |
| 2 | 2 | |
| 3 | 3 | td.pr-risk-low { |
| 4 | - background-color: #edfaef; | |
| 5 | - color: #007017 !important; | |
| 4 | + background-color: rgba( 0, 255, 0, 0.075 ); | |
| 5 | + color: #090 !important; | |
| 6 | 6 | font-weight: bold; |
| 7 | 7 | } |
| 8 | 8 | |
| 9 | 9 | td.pr-risk-high { |
| 10 | - background-color: #fcf0f1; | |
| 11 | - color: #b32d2e !important; | |
| 10 | + background-color: rgba( 255, 0, 0, 0.075 ); | |
| 11 | + color: #c00 !important; | |
| 12 | 12 | font-weight: bold; |
| 13 | 13 | } |
| 14 | 14 | |
| 15 | 15 | td.pr-risk-medium { |
| @@ -78,9 +78,8 @@ | ||
| 78 | 78 | visibility: visible; |
| 79 | 79 | opacity: 0.4; |
| 80 | 80 | } |
| 81 | 81 | |
| 82 | -th[role=columnheader]:not(.no-sort):focus:after, | |
| 83 | 82 | th[role=columnheader]:not(.no-sort):hover:after { |
| 84 | 83 | visibility: visible; |
| 85 | 84 | opacity: 1; |
| 86 | 85 | } |