fix: pfeil groesser, tab ohne fokus-kasten, version 1.1.0 (cache-bust)
- Aufklapp-Pfeil deutlich groesser (26px). - Tabs: kein Fokus-Kasten mehr, nur untere Linie markiert den aktiven Tab. - CB_VERSION + Header auf 1.1.0 -> bricht gecachte alte admin.js/frontend.js (Ursache, dass ein Dienst auf einer Seite nicht aufklappbar war). - Aufklappen via Event-Delegation (robust gegen Load-Order/dynamische Zeilen). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -417,9 +417,9 @@ class CB_Settings {
|
||||
}
|
||||
/* expand/collapse arrow (black, no box) */
|
||||
.cb-admin-wrap .cb-service-toggle {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
font-size: 16px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
font-size: 26px;
|
||||
line-height: 1;
|
||||
font-weight: 400;
|
||||
color: #1d2327;
|
||||
@@ -462,6 +462,13 @@ class CB_Settings {
|
||||
font-weight: 600;
|
||||
margin-bottom: -1px;
|
||||
}
|
||||
/* No focus box on tabs — only the bottom underline marks the active tab. */
|
||||
.cb-admin-wrap .nav-tab:focus,
|
||||
.cb-admin-wrap .nav-tab:focus-visible,
|
||||
.cb-admin-wrap .nav-tab:active {
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
}
|
||||
/* 20px breathing room between tabs and content */
|
||||
.cb-admin-wrap .cb-tab-content {
|
||||
padding-top: 20px;
|
||||
|
||||
Reference in New Issue
Block a user