Spaces:
Running
Running
| .action-bar { | |
| padding: 6px 12px; | |
| } | |
| .ab-status { | |
| font-size: 12px; | |
| color: var(--text-muted); | |
| white-space: nowrap; | |
| overflow: hidden; | |
| text-overflow: ellipsis; | |
| } | |
| .ab-load-label { | |
| cursor: pointer; | |
| } | |
| .ab-base-select { | |
| font-size: 11px; | |
| padding: 3px 8px; | |
| border: 1px solid var(--border); | |
| border-radius: var(--radius); | |
| background: var(--surface); | |
| } | |