Files
local-server/ui/app.css
T
Mikaël Cluseau 38ad620759 ui rework
2026-06-18 08:38:18 +02:00

40 lines
549 B
CSS

.view-links > span {
display: block;
white-space: nowrap;
cursor: pointer;
}
.downloads, .download-links, .download-table td {
& > * {
display: inline-block;
margin-right: 1ex;
margin-bottom: 1ex;
cursor: pointer;
}
}
.download-table th,
.download-table td {
border: none !important;
}
.downloads, .view-links {
& > .selected {
color: var(--link);
}
}
.text-and-file {
position:relative;
textarea {
width: 100%;
}
input[type="file"] {
position:absolute;
bottom:0;right:0;
}
}