Change all notes inputs to use notes component
This commit is contained in:
12
public/css/fixes.css
vendored
12
public/css/fixes.css
vendored
@@ -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 {
|
||||
|
Reference in New Issue
Block a user