diff --git a/app.js b/app.js index 6bdec6c..158f24d 100644 --- a/app.js +++ b/app.js @@ -3112,7 +3112,7 @@ function _renderEnrollmentAccountCard(container, account, enrollments) {
${esc(account.label)} ${esc(account.state)} - ${accountItemIdx >= 0 ? `` : ''} + ${accountItemIdx >= 0 ? `` : ''}
${itemRows}
`; diff --git a/style.css b/style.css index 80cedae..01ae19d 100644 --- a/style.css +++ b/style.css @@ -1700,7 +1700,7 @@ summary.menu-l2 .i7-icon { .btn-end-class { margin-left: auto; background: transparent; - border: 1px solid var(--danger); + border: none; border-radius: 16px; padding: 3px 12px; font-size: 12px;