You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

84 lines
1.2 KiB

body {
margin: 0;
font-family: sans-serif;
}
h1 {
margin: 0;
text-align: center;
background: #353535;
color: #EEE;
font-size: 24px;
padding: 16px;
}
.filter-container {
text-align: center;
margin: 40px 0 20px 0;
}
#filter-textbox {
font-size: 18px;
padding: 6px;
}
table {
border-collapse: collapse;
}
tr:nth-child(even) {
background: #EEE;
}
tr.tr-selected {
background: #AAA;
}
th {
background: #353535;
color: #EEE;
padding: 6px;
}
th:not(:first-child) {
border-left: 1px #AAA solid;
}
td {
text-align: center;
padding: 6px;
}
td:not(:first-child) {
border-left: 1px #AAA solid;
}
#inventory-table {
width: 100%;
max-width: 1280px;
margin-left: auto;
margin-right: auto;
}
.button {
cursor: pointer;
display: inline-block;
background: #353535;
color: #EEE;
width: 100px;
padding: 4px 0;
/* transition: all 0.2s ease; */
}
.button-confirm {
background: #65ae2d;
display: inline-block;
width: 40px;
margin: 0 3px;
}
.number-input {
width: 60px;
text-align: center;
font-size: 16px;
}