Auto switch: red when off, green when on
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -17195,14 +17195,14 @@ form .form-select {
|
||||
height: 18px;
|
||||
border: none;
|
||||
border-radius: 999px;
|
||||
background: var(--secondary-color, #6c757d);
|
||||
background: var(--danger, #c23a31);
|
||||
cursor: pointer;
|
||||
padding: 0;
|
||||
transition: background .2s;
|
||||
}
|
||||
|
||||
.auto-switch.on {
|
||||
background: var(--link-color, #3565e5);
|
||||
background: var(--success, #4aa664);
|
||||
}
|
||||
|
||||
.auto-track {
|
||||
|
||||
Reference in New Issue
Block a user