Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion resources/css/components/fieldtypes/bard.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
.bard-fieldtype:not(.form-group, .grid-cell, [data-ui-input-group]) {
@apply relative rounded-lg border outline-hidden dark:border-gray-700 with-contrast:border-gray-500;
}
.bard-fieldtype:not(.form-group, .grid-cell, [data-ui-input-group]):has(.mode\:read-only) {
@apply border-dashed;
}
}
/* BARD / EDITOR
=================================================== */
Expand Down Expand Up @@ -52,7 +55,7 @@
=================================================== */
@layer ui {
.bard-editor.mode\:read-only .ProseMirror {
@apply bg-gray-300 text-gray-700 dark:bg-gray-600 dark:text-gray-100;
@apply bg-white text-gray-925 dark:bg-gray-900 dark:text-gray-300;
}

.bard-editor.mode\:minimal .ProseMirror {
Expand Down
Loading