7d4fed6892
Will let the users know they can recover the tag via time machine Note: This was tested with the Docker protocol, but the new error code is *technically* out of spec; we should make sure its okay.
23 lines
618 B
CSS
23 lines
618 B
CSS
.expiration-status-view-element .expired, .expiration-status-view-element .expired a {
|
|
color: #D64456;
|
|
}
|
|
|
|
.expiration-status-view-element .critical, .expiration-status-view-element .critical a {
|
|
color: #F77454;
|
|
}
|
|
|
|
.expiration-status-view-element .warning, .expiration-status-view-element .warning a {
|
|
color: #FCA657;
|
|
}
|
|
|
|
.expiration-status-view-element .info, .expiration-status-view-element .info a {
|
|
color: #2FC98E;
|
|
}
|
|
|
|
.expiration-status-view-element .no-expiration, .expiration-status-view-element .no-expiration a {
|
|
color: #aaa;
|
|
}
|
|
|
|
.expiration-status-view-element .fa {
|
|
margin-right: 6px;
|
|
}
|