Files
shishirpatil--gorilla/agent-arena/client/src/components/StaticFileInput.css
T
wehub-resource-sync bbfc60cd69
Publish BFCL to PyPI / build_and_publish (push) Waiting to run
Update API Zoo Data / send-updates (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:37:27 +08:00

12 lines
276 B
CSS

.static-file-label {
color: black;
background-color: #e9ecef;
border: 1px solid #ced4da;
padding: 0.375rem 0.75rem;
display: inline-block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
border-radius: 0.25rem;
cursor: not-allowed;
}