Skip to content

Commit f41e52d

Browse files
Improve insert dialog contrast
1 parent c2622d4 commit f41e52d

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

docassemble/ALWeaver/data/static/editor.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3850,6 +3850,7 @@ html, body {
38503850
.popover {
38513851
color: var(--editor-fg) !important;
38523852
background: #fff !important;
3853+
opacity: 1 !important;
38533854
}
38543855

38553856
.popover-header {
@@ -3861,6 +3862,25 @@ html, body {
38613862
color: var(--editor-fg) !important;
38623863
}
38633864

3865+
#insert-modal .editor-insert-title,
3866+
#insert-modal .editor-insert-cancel,
3867+
#insert-modal .editor-insert-group-label,
3868+
#insert-modal .editor-insert-desc,
3869+
#insert-modal .editor-insert-footnote,
3870+
#insert-modal .editor-insert-footnote a {
3871+
color: #334155 !important;
3872+
opacity: 1 !important;
3873+
}
3874+
3875+
#insert-modal .editor-insert-title {
3876+
color: var(--editor-fg) !important;
3877+
}
3878+
3879+
#insert-modal .editor-insert-cancel,
3880+
#insert-modal .editor-insert-footnote a {
3881+
color: var(--editor-primary) !important;
3882+
}
3883+
38643884
.editor-field-mod-hint {
38653885
color: var(--editor-muted);
38663886
margin-top: 2px;

0 commit comments

Comments
 (0)