Skip to content

Commit

Permalink
chore: fix hardcoded background color in jsonform (#1451)
Browse files Browse the repository at this point in the history
* chore: fix hardcoded background color in jsonform

* chore: fix info content alignment in layercontrol

* chore: revert align fix
  • Loading branch information
radupasparuga authored Dec 20, 2024
1 parent 43c2b4a commit 0efb0b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions elements/jsonform/src/style.eox.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ export const styleEOX = `
.CodeMirror {
background-color: var(--background-color, transparent);
}
select {
background-color: var(--background-color);
}
[data-schemaid=root] > .je-header {
display: none;
}
Expand Down

0 comments on commit 0efb0b8

Please sign in to comment.