User:Suffusion of Yellow/batchtest-plus.css

Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
.btp-match, .btp-nomatch, .btp-maybematch, .btp-error {
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left center;
}

.btp-match {
    background-image: url(https://upload.wikimedia.org/wikipedia/en/thumb/f/fb/Yes_check.svg/18px-Yes_check.svg.png);
    background-color: #e0ffe0;
}

.btp-nomatch {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/b/ba/Red_x.svg/18px-Red_x.svg.png);
    background-color: #ffe0e0
}

.btp-maybematch {
    background-image: url(https://upload.wikimedia.org/wikipedia/en/thumb/e/e0/Symbol_question.svg/18px-Symbol_question.svg.png);
    background-color: #ffffff
}

.btp-error {
    background-image: url(https://upload.wikimedia.org/wikipedia/en/thumb/b/b4/Ambox_important.svg/18px-Ambox_important.svg.png);
    background-color: #ffffd0
}

.btp-progress {
    background-color: white;
}