Account for pending cards
This commit is contained in:
parent
042d143b04
commit
bfe656a5b4
4 changed files with 46 additions and 2 deletions
|
@ -563,7 +563,27 @@ span.searchresults {
|
|||
font-family: monospace;
|
||||
}
|
||||
|
||||
/* coupons */
|
||||
|
||||
img.coupon.expired {
|
||||
-webkit-filter: grayscale(100%);
|
||||
filter: grayscale(100%);
|
||||
}
|
||||
|
||||
/* pending cards */
|
||||
|
||||
td:has(.pending) {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
td:has(.pending) img {
|
||||
filter: hue-rotate(180deg);
|
||||
}
|
||||
|
||||
td p.pending {
|
||||
position: absolute;
|
||||
font-size: 10px;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -200%);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue