Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
akilli committed Nov 11, 2023
1 parent d8f0da0 commit ddab446
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/editor.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions src/build/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
--editor-button-color: #fff;
--editor-cancel-background: #e3e7e7;
--editor-cancel-color: #012022;
--editor-dialog-backdrop: #000000cc;
--editor-dialog-background: #fff;
--editor-dialog-color: #012022;
--editor-error: #cc2e2c;
Expand Down Expand Up @@ -38,10 +39,6 @@ akilli-editor[lang=de] {
--editor-text-tableheadrow: 'Kopf ';
}

::backdrop {
--editor-dialog-backdrop: #000000cc;
}

/**
* Font
*/
Expand All @@ -61,6 +58,10 @@ akilli-editor {
display: block;
}

akilli-editor [hidden] {
display: none;
}

/**
* Editor Root
*/
Expand Down

0 comments on commit ddab446

Please sign in to comment.