PluginProbe
Plugin Report / 1.6
Plugin Report v1.6
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
plugin-report / css / plugin-report.css

plugin-report.css in Plugin Report 1.6, at css/plugin-report.css

39 lines 658 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }