File tree Expand file tree Collapse file tree
docassemble/ALWeaver/data/static Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments