Files
miriamgemeinde/src/assets/css/editor.css
Torsten Schulz d78bc26e30 Added images
2024-06-20 07:35:55 +02:00

23 lines
369 B
CSS

.htmleditor {
background-color: #fff;
width: calc(100% - 26px);
height: 31em;
border: 1px solid black;
margin: 7px;
padding: 5px;
overflow: auto;
}
.htmleditor table {
border: 1px solid #e0e0e0;
border-collapse: collapse;
}
.htmleditor th {
border: 1px solid #e0e0e0;
}
.htmleditor td {
border: 1px solid #e0e0e0;
}