Change all notes inputs to use notes component

This commit is contained in:
2024-12-06 21:30:44 +11:00
parent e9b5783945
commit ec139b79a2
9 changed files with 87 additions and 58 deletions

12
public/css/fixes.css vendored
View File

@@ -23,6 +23,18 @@ select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__
font-size: 90%;
}
/* SimpleMDE Toolbar fixes */
.editor-toolbar {
background-color: #fff;
color: #000;
opacity: 1;
}
div.CodeMirror-wrap.form-control.is-invalid {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
/* Bootstrap 5 fixes */
/* select import, round the right side */
.input-group .form-select {