mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-06-05 13:58:15 +02:00
Add files via upload
This commit is contained in:
@@ -3621,7 +3621,7 @@ header {
|
||||
color: var(--text-primary);
|
||||
}
|
||||
|
||||
.form-group input,
|
||||
.form-group input:not([type="checkbox"]):not([type="radio"]),
|
||||
.form-group select {
|
||||
padding: 10px 12px;
|
||||
border: 1px solid var(--border-color);
|
||||
@@ -3644,30 +3644,43 @@ header {
|
||||
padding-right: 36px;
|
||||
}
|
||||
|
||||
.form-group input:focus,
|
||||
.form-group input:not([type="checkbox"]):not([type="radio"]):focus,
|
||||
.form-group select:focus {
|
||||
outline: none;
|
||||
border-color: var(--accent-color);
|
||||
box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.1);
|
||||
}
|
||||
|
||||
.form-group input:hover,
|
||||
.form-group input:not([type="checkbox"]):not([type="radio"]):hover,
|
||||
.form-group select:hover {
|
||||
border-color: var(--accent-color);
|
||||
}
|
||||
|
||||
.form-group input.error,
|
||||
.form-group input:not([type="checkbox"]):not([type="radio"]).error,
|
||||
.form-group select.error {
|
||||
border-color: var(--error-color);
|
||||
box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
|
||||
}
|
||||
|
||||
.form-group input.error:focus,
|
||||
.form-group input:not([type="checkbox"]):not([type="radio"]).error:focus,
|
||||
.form-group select.error:focus {
|
||||
border-color: var(--error-color);
|
||||
box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.2);
|
||||
}
|
||||
|
||||
.batch-execute-now-label {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
width: fit-content;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.batch-execute-now-label input[type="checkbox"] {
|
||||
width: auto;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* 现代化复选框样式 */
|
||||
.checkbox-label {
|
||||
display: flex !important;
|
||||
|
||||
Reference in New Issue
Block a user