This commit is contained in:
Tomas Dvorak
2025-11-11 10:29:30 +01:00
parent d5b4faea61
commit 8762bde4bf
139 changed files with 7240 additions and 2870 deletions
+20 -9
View File
@@ -164,6 +164,21 @@
z-index: 6000 !important;
}
/* Custom buttons: color/background reset */
.ql-toolbar.ql-snow button.ql-colorreset,
.ql-toolbar.ql-snow button.ql-bgreset {
display: inline-flex;
align-items: center;
justify-content: center;
font-weight: 700;
}
.ql-toolbar.ql-snow button.ql-colorreset::before,
.ql-toolbar.ql-snow button.ql-bgreset::before {
content: "×";
font-size: 16px;
line-height: 1;
}
/* Center icons and enlarge align icon */
.ql-toolbar .ql-picker-label svg {
width: 18px;
@@ -390,15 +405,11 @@
outline-offset: 2px;
}
/* Prevent White Text on White Background */
.ql-editor [style*="color: rgb(255, 255, 255)"],
.ql-editor [style*="color: white"],
.ql-editor [style*="color: #fff"],
.ql-editor [style*="color: #ffffff"],
.ql-editor [style*="color: rgb(255,255,255)"],
.ql-editor [style*="color: rgba(255, 255, 255"],
.ql-editor [style*="color: rgba(255,255,255"] {
color: #1a202c !important;
/* Allow white color in editor; no forced override */
/* Hide default Quill tooltip (we use our own link modal) */
.ql-tooltip {
display: none !important;
}
/* Let Quill inline color styles take precedence; keep only weight for bold */