Including security review as a submodule - with patched for Yaffs.
[yaffs-website] / web / modules / contrib / security_review / css / security_review.run_and_review.css
1 .security-review-run-and-review__table {
2   border: none;
3 }
4
5 .security-review-run-and-review__entry {
6   border-width: 1px 0 0 0;
7   border-style: solid;
8   border-color: #ccc;
9 }
10
11 .security-review-run-and-review__entry-icon {
12   width: 16px;
13 }
14
15 .security-review-run-and-review__entry:last-child {
16   border-bottom-width: 1px;
17 }
18
19 .security-review-run-and-review__entry.skipped {
20   color: #333333 !important;
21   background-color: #dddddd !important;
22 }
23
24 .security-review-run-and-review__entry.success {
25   color: #255b1e;
26   background-color: #e5ffe2;
27 }
28
29 .security-review-run-and-review__entry.fail {
30   color: #8c2e0b;
31   background-color: #fef5f1;
32 }
33
34 .security-review-run-and-review__entry.warning {
35   color: #734c00;
36   background-color: #fdf8ed;
37 }
38
39 .security-review-run-and-review__entry.info {
40   color: #000e6f;
41   background-color: #dfefff;
42 }