Quick add form - adjust font size and rename stock recheck

pull/1484/head
dgtlmoon 2 years ago
parent 55b6ae86e8
commit 1fb90bbddc

@ -9,7 +9,7 @@ from copy import deepcopy
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
name = 'Re-stock detection' name = 'Re-stock detection for single product pages'
description = 'Detects if the product goes back to in-stock' description = 'Detects if the product goes back to in-stock'
class perform_site_check(difference_detection_processor): class perform_site_check(difference_detection_processor):

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

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

Loading…
Cancel
Save