mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-07-10 14:28:43 +02:00
Add files via upload
This commit is contained in:
@@ -2326,6 +2326,8 @@ html[data-theme="dark"] .openapi-doc-btn:hover {
|
||||
|
||||
.conversation-search-box {
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
@@ -2378,8 +2380,6 @@ html[data-theme="dark"] .openapi-doc-btn:hover {
|
||||
.conversation-search-clear {
|
||||
position: absolute;
|
||||
right: 8px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
padding: 0;
|
||||
@@ -2391,7 +2391,7 @@ html[data-theme="dark"] .openapi-doc-btn:hover {
|
||||
justify-content: center;
|
||||
color: var(--text-muted);
|
||||
transition: color 0.2s ease;
|
||||
border-radius: 4px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.conversation-search-clear:hover {
|
||||
@@ -2400,8 +2400,9 @@ html[data-theme="dark"] .openapi-doc-btn:hover {
|
||||
}
|
||||
|
||||
.conversation-search-clear svg {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.conversation-project-filter {
|
||||
@@ -22944,9 +22945,17 @@ html[data-theme="dark"] .vulnerability-details code.vuln-detail-field-value {
|
||||
border-color: var(--border-color);
|
||||
}
|
||||
|
||||
.vuln-detail-field__copy {
|
||||
.vuln-detail-field__actions {
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
align-items: flex-start;
|
||||
gap: 2px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.vuln-detail-field__copy,
|
||||
.vuln-detail-field__action {
|
||||
flex-shrink: 0;
|
||||
padding: 6px;
|
||||
line-height: 0;
|
||||
border-radius: 6px;
|
||||
@@ -22956,7 +22965,8 @@ html[data-theme="dark"] .vulnerability-details code.vuln-detail-field-value {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.vuln-detail-field__copy:hover {
|
||||
.vuln-detail-field__copy:hover,
|
||||
.vuln-detail-field__action:hover {
|
||||
color: var(--accent-color);
|
||||
background: var(--bg-primary);
|
||||
border-color: var(--border-color);
|
||||
|
||||
Reference in New Issue
Block a user