PluginProbe
Plugin Report / 1.7
Plugin Report v1.7
2.2.4 trunk 1.1 1.2 1.3 1.4 1.5 1.6 1.6.1 1.7 1.8 1.8.1 1.8.2 1.8.3 1.9 1.9.1 1.9.2 1.9.3 2.0.0 2.0.1 2.0.2 2.1 2.1.1 2.2.0 2.2.1 All 27 releases
← All changes | css/plugin-report.css +4 -11 trunk1.7 View file →
@@ -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 }