mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-12 12:30:16 +08:00
Colored missing text in table
This commit is contained in:
@@ -271,4 +271,16 @@ th {
|
||||
|
||||
.field-list {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
/* Coverage States */
|
||||
span.missing{
|
||||
color: #FFFFFF;
|
||||
background-color: #ff5840;
|
||||
border-color: #A77272;
|
||||
}
|
||||
span.covered{
|
||||
color: #106600;
|
||||
background-color: #60f030;
|
||||
border-color: #4F8530;
|
||||
}
|
||||
Reference in New Issue
Block a user