more styling

pull/43/head
Alexander Bentkamp 2 years ago
parent 116026428f
commit 84ce05a548

@ -21,13 +21,15 @@
} }
.inventory .item { .inventory .item {
border: solid 1px #aaa; background: #fff;
border: solid 1px #777;
padding: .1em .5em; padding: .1em .5em;
} }
.inventory .item.locked, .inventory .item.locked,
.inventory .item.disabled { .inventory .item.disabled {
color: #aaa; border: solid 1px #ccc;
color: #ccc;
} }

@ -72,6 +72,10 @@
gap: 1em; gap: 1em;
} }
.doc-panel {
background: #fafafa;
}
.doc-panel li { .doc-panel li {
border-bottom: 1px solid rgba(0, 0, 0, 0.12); /* This should be teh same colour as `divider` in Inventory.tsx */ border-bottom: 1px solid rgba(0, 0, 0, 0.12); /* This should be teh same colour as `divider` in Inventory.tsx */
} }

Loading…
Cancel
Save