phonograph/static/viewer.css
2025-07-08 14:37:03 -07:00

36 lines
561 B
CSS

table.viewer {
border-collapse: collapse;
}
table.viewer > thead > tr > th {
border: solid 1px #ccc;
border-top: none;
font-family: "Funnel Sans";
background: #0001;
&:first-child {
border-left: none;
}
}
table.viewer .padded-cell {
padding: 0.5rem;
}
table.viewer .clickable-header-cell {
appearance: none;
border: none;
width: 100%;
height: 100%;
font-weight: inherit;
font-size: inherit;
font-family: inherit;
}
table.viewer > tbody > tr > td {
border: solid 1px #ccc;
&:first-child {
border-left: none;
}
}