| @@ -1,24 +1,18 @@ | ||
| 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 | -td.pr-risk-warning { | |
| 16 | - background-color: #fcf9e8; | |
| 17 | - color: #8a6d00 !important; | |
| 18 | - font-weight: bold; | |
| 19 | -} | |
| 20 | - | |
| 21 | 15 | td.pr-risk-medium { |
| 22 | 16 | font-weight: bold; |
| 23 | 17 | } |
| 24 | 18 | |
| @@ -84,9 +78,8 @@ | ||
| 84 | 78 | visibility: visible; |
| 85 | 79 | opacity: 0.4; |
| 86 | 80 | } |
| 87 | 81 | |
| 88 | -th[role=columnheader]:not(.no-sort):focus:after, | |
| 89 | 82 | th[role=columnheader]:not(.no-sort):hover:after { |
| 90 | 83 | visibility: visible; |
| 91 | 84 | opacity: 1; |
| 92 | 85 | } |