Neue Kategorie russische-opposition in Verwaltungs-UI + 10 neue Telegram-Kanaele (Wave 3)

Dieser Commit ist enthalten in:
Claude Dev
2026-03-13 19:08:44 +01:00
Ursprung 29f3e73480
Commit 1d9de549ec
7 geänderte Dateien mit 975 neuen und 850 gelöschten Zeilen

Datei anzeigen

@@ -703,3 +703,63 @@ tr:hover td {
background: rgba(100, 116, 139, 0.2);
color: #94a3b8;
}
/* Source Info Toggle */
.src-info-toggle {
display: inline-flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
border-radius: 50%;
background: var(--bg-tertiary);
color: var(--text-secondary);
font-size: 13px;
cursor: pointer;
margin-right: 6px;
transition: background 0.15s, color 0.15s;
vertical-align: middle;
user-select: none;
}
.src-info-toggle:hover,
.src-info-toggle.active {
background: var(--accent);
color: #fff;
}
.src-notes-row .src-notes-cell {
padding: 10px 16px 12px 36px;
background: var(--bg-tertiary);
color: var(--text-secondary);
font-size: 12.5px;
line-height: 1.5;
border-bottom: 1px solid var(--border);
white-space: pre-wrap;
}
/* Category Header Rows in Source Table */
.cat-header-row td {
background: var(--bg-tertiary) !important;
border-bottom: 2px solid var(--accent);
padding: 10px 16px !important;
font-size: 0;
}
.cat-header-label {
font-size: 13px;
font-weight: 600;
color: var(--accent);
text-transform: uppercase;
letter-spacing: 0.5px;
}
.cat-header-count {
font-size: 11px;
color: var(--text-secondary);
margin-left: 8px;
font-weight: 400;
}
.cat-header-count::before {
content: "(";
}
.cat-header-count::after {
content: ")";
}