mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-08-02 00:48:55 +02:00
Add files via upload
This commit is contained in:
+18
-14
@@ -4636,14 +4636,17 @@ html[data-theme="dark"] .new-chat-btn:focus-visible {
|
||||
}
|
||||
|
||||
.ai-channel-bulk-check {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
margin: 2px 0 0;
|
||||
border: 1.5px solid color-mix(in srgb, var(--text-muted, #718096) 62%, transparent);
|
||||
border-radius: 6px;
|
||||
background: color-mix(in srgb, var(--card-bg, #fff) 70%, transparent);
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin: 3px 0 0;
|
||||
border: 1px solid color-mix(in srgb, var(--text-muted, #718096) 52%, transparent);
|
||||
border-radius: 5px;
|
||||
appearance: none;
|
||||
-webkit-appearance: none;
|
||||
background-color: color-mix(in srgb, var(--card-bg, #fff) 84%, transparent);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 12px 12px;
|
||||
cursor: pointer;
|
||||
transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
|
||||
}
|
||||
@@ -4654,9 +4657,10 @@ html[data-theme="dark"] .new-chat-btn:focus-visible {
|
||||
}
|
||||
|
||||
.ai-channel-bulk-check:checked {
|
||||
border-color: var(--accent-color, #3182ce);
|
||||
background: var(--accent-color, #3182ce);
|
||||
box-shadow: inset 0 0 0 3px var(--accent-color, #3182ce), inset 0 0 0 4px #fff;
|
||||
border-color: color-mix(in srgb, var(--accent-color, #3182ce) 82%, transparent);
|
||||
background-color: var(--accent-color, #3182ce);
|
||||
background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6.15L5.05 8.15L9 4.1' stroke='white' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
||||
box-shadow: 0 1px 2px color-mix(in srgb, var(--accent-color, #3182ce) 24%, transparent);
|
||||
}
|
||||
|
||||
.ai-channel-list-item.checked {
|
||||
@@ -4906,14 +4910,14 @@ html[data-theme="dark"] .ai-channel-bulk-btn.danger:hover {
|
||||
}
|
||||
|
||||
html[data-theme="dark"] .ai-channel-bulk-check {
|
||||
background: rgba(15, 23, 42, 0.86);
|
||||
border-color: rgba(148, 163, 184, 0.46);
|
||||
background-color: rgba(15, 23, 42, 0.86);
|
||||
border-color: rgba(148, 163, 184, 0.38);
|
||||
}
|
||||
|
||||
html[data-theme="dark"] .ai-channel-bulk-check:checked {
|
||||
background: #60a5fa;
|
||||
border-color: #60a5fa;
|
||||
box-shadow: inset 0 0 0 3px #60a5fa, inset 0 0 0 4px #0f172a;
|
||||
background-color: #60a5fa;
|
||||
border-color: rgba(147, 197, 253, 0.9);
|
||||
box-shadow: 0 1px 3px rgba(96, 165, 250, 0.24);
|
||||
}
|
||||
|
||||
html[data-theme="dark"] .ai-channel-editor {
|
||||
|
||||
Reference in New Issue
Block a user