882164d1af
Closes-Bug: 1692828 Change-Id: I0090c63da6db325717f717a7e1df95a09e5e4b16
34 lines
466 B
CSS
34 lines
466 B
CSS
|
|
.sp_feature_required {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sp_impl_complete {
|
|
color: rgb(0, 120, 0);
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sp_impl_missing {
|
|
color: rgb(120, 0, 0);
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sp_impl_partial {
|
|
color: rgb(170, 170, 0);
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sp_impl_unknown {
|
|
color: rgb(170, 170, 170);
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sp_impl_summary {
|
|
font-size: 2em;
|
|
}
|
|
|
|
.sp_cli {
|
|
font-family: monospace;
|
|
background-color: #F5F5F5;
|
|
}
|