Quick add form - adjust font size and rename stock recheck

This commit is contained in:
dgtlmoon
2023-03-20 20:19:32 +01:00
parent 55b6ae86e8
commit 1fb90bbddc
3 changed files with 8 additions and 4 deletions

View File

@@ -1068,12 +1068,15 @@ ul {
color: #fff;
ul {
padding: 0.3rem;
li {
list-style: none;
}
list-style: none;
font-size: 0.8rem;
}
}
}
.restock-label {
&.in-stock {
background-color: var(--color-background-button-green);

View File

@@ -1000,7 +1000,8 @@ ul {
#quick-watch-processor-type ul {
padding: 0.3rem; }
#quick-watch-processor-type ul li {
list-style: none; }
list-style: none;
font-size: 0.8rem; }
.restock-label {
padding: 3px;