This commit is contained in:
Mateusz Gruszczyński
2026-04-06 14:37:42 +02:00
parent 237596bd52
commit 80e181ea3f
41 changed files with 14959 additions and 1023 deletions

View File

@@ -395,8 +395,16 @@ body {
.badge {
color: #fff !important;
}
.badge * {
color: inherit !important;
}
.ec-picker-badge {
color: var(--tblr-body-color);
color: #fff !important;
background: rgba(var(--tblr-secondary-rgb), 0.16);
border: 1px solid rgba(var(--tblr-secondary-rgb), 0.18);
}
@@ -407,8 +415,12 @@ body {
border: 1px solid rgba(255, 255, 255, 0.28);
}
[data-bs-theme="dark"] .badge {
color: #fff !important;
}
[data-bs-theme="dark"] .ec-picker-badge {
color: #f8fafc;
color: #fff !important;
background: rgba(248, 250, 252, 0.12);
border-color: rgba(248, 250, 252, 0.18);
}