View source for Template:Cargo orders/styles.css
From Space Station 14 Wiki
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
.cargo-orders-table {
width: 100%;
}
.cargo-orders-table td,
.cargo-orders-table th {
--border-col: hsl(240 7% 70% / 25%);
box-sizing: border-box;
vertical-align: top;
/* reset default border; reconfiguring it here doesn't work for some reason... */
border: none !important;
border-top: 1px solid var(--border-col) !important;
border-right: 1px solid var(--border-col) !important;
border-bottom: 1px solid var(--border-col) !important;
border-left: 1px solid var(--border-col) !important;
}
/* product col */
.cargo-orders-table tr:first-child th:nth-child(1) {
width: 20ch;
}
000
1:0
Return to Template:Cargo orders/styles.css.