mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 18:52:56 +00:00
dev day #89
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user