updated plugin OpenID Connect Generic version 3.11.3

This commit is contained in:
2026-06-03 21:29:12 +00:00
committed by Gitium
parent 44cba94bcb
commit 766faf9ed9
151 changed files with 8558 additions and 1213 deletions

View File

@ -30,3 +30,43 @@
#logger-table .col-details label {
font-weight: bold;
}
/* Discovery Document Import Form */
.oidc-discovery-section {
margin: 20px 0;
}
.oidc-discovery-summary {
cursor: pointer;
font-size: 1.1em;
font-weight: 600;
padding: 10px;
background: #f0f0f1;
border: 1px solid #c3c4c7;
border-radius: 4px;
}
.oidc-discovery-summary:hover {
background: #e8e8e9;
}
.oidc-discovery-content {
margin: 15px 0 0 0;
padding: 15px;
border-left: 4px solid #72aee6;
}
.oidc-discovery-url-input {
width: 500px;
max-width: 100%;
}
.oidc-discovery-separator {
margin: 30px 0;
}
/* Warning text styling */
.oidc-warning {
color: #d63638;
font-weight: bold;
}