and again

This commit is contained in:
Ross
2026-06-17 22:43:38 +01:00
parent ed77af215f
commit 2e11e40b7c
231 changed files with 85266 additions and 115 deletions
@@ -0,0 +1,23 @@
.svelte-jsoneditor-wrapper {
min-height: 480px;
width: 640px;
}
.jse-modal tr:nth-child(2n+1),
.jse-modal tr:nth-child(2n) {
background-color: inherit;
border-bottom: inherit;
}
table.jse-transform-wizard tr:nth-child(2n) {
background-color: inherit;
}
.jse-modal td,
.jse-modal th {
background-color: inherit;
border-bottom: inherit;
font-size: inherit;
line-height: inherit;
vertical-align: inherit;
}
File diff suppressed because one or more lines are too long