Widget: Make table stripe colors background-agnostic (#5277)

This commit is contained in:
Raphael Michel
2025-06-30 11:20:14 +02:00
committed by GitHub
parent a4c74f6310
commit f0212d910d

View File

@@ -3,6 +3,9 @@
@import "../../bootstrap/scss/bootstrap/variables";
@import "../../bootstrap/scss/bootstrap/mixins";
// Equivalent of our usual #f9f9f9, but in a way that works on other background colors
$table-bg-accent: rgba(128, 128, 128, 0.05);
.pretix-widget-hidden {
display: none;
}