diff --git a/oidc-controller/api/templates/verified_credentials.html b/oidc-controller/api/templates/verified_credentials.html index bc7a24dc..19b57eb4 100644 --- a/oidc-controller/api/templates/verified_credentials.html +++ b/oidc-controller/api/templates/verified_credentials.html @@ -139,19 +139,19 @@ height: 2rem; opacity: 0.7; } - .expired { + .header-desc.expired { background-color: #f0f0f0; } - .failed { + .header-desc.failed { background-color: #f2dede; } - .pending { + .header-desc.pending { background-color: #cbe8ff; } - .success { + .header-desc.success { background-color: #dff0d8; } - .abandoned { + .header-desc.abandoned { background-color: #f2dede; } .disabled {