inventur/app/js/components/InventoryTable.css
2020-01-13 16:09:25 +01:00

25 lines
426 B
CSS

table.condensed td,
table.condensed th {
padding: 5px 5px;
}
.border-bottom {
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.border-right {
border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.border-diagram {
padding: 0;
}
.border-diagram>div {
margin-bottom: -3px;
border-radius: 0;
border-bottom: 3px solid transparent;
}
.active {
border-color: rgb(38, 166, 154);
border-width: 2px;
}