Locking end-tag of structural attributes, ...

This commit is contained in:
Inga Kirschnick
2023-09-12 16:42:28 +02:00
parent 9ccab8657a
commit f56e951b71
9 changed files with 175 additions and 59 deletions

View File

@ -7,6 +7,10 @@
margin-top: 23px;
}
#corpus-analysis-concordance-query-builder-input-field-placeholder {
color: #9E9E9E;
}
.modal-content {
overflow-x: hidden;
}
@ -109,10 +113,10 @@
}
[data-type="start-empty-entity"], [data-type="start-entity"], [data-type="end-entity"] {
background-color: #A6E22D;
background-color: #a6e22d;
}
[data-type="start-text-annotation"]{
[data-type="text-annotation"]{
background-color: #2FBBAB;
}