fix: transparent background on rich text composer controls

This commit is contained in:
SethBurkart123
2026-03-18 09:11:05 +11:00
parent 70ceb50acd
commit e6e2789a82
+1 -1
View File
@@ -2370,7 +2370,7 @@ div.bar.flat {
padding: 0 !important;
padding-left: 8px !important;
gap: 0 8px;
background: var(--better-main);
background: transparent !important;
}
.cke_toolbar:has(.cke_toolgroup) {
.cke_combo {