@ -9,7 +9,7 @@ from copy import deepcopy
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'
class perform_site_check(difference_detection_processor):
@ -1068,12 +1068,15 @@ ul {
color: #fff;
ul {
padding: 0.3rem;
li {
list-style: none;
}
font-size: 0.8rem;
.restock-label {
&.in-stock {
background-color: var(--color-background-button-green);
@ -1000,7 +1000,8 @@ ul {
#quick-watch-processor-type ul {
padding: 0.3rem; }
#quick-watch-processor-type ul li {
list-style: none; }
font-size: 0.8rem; }
padding: 3px;