Query Builder: Incidence Modifier for tokens

This commit is contained in:
Inga Kirschnick
2023-08-29 17:06:10 +02:00
parent fe7f69d596
commit 9ccab8657a
4 changed files with 72 additions and 14 deletions

View File

@ -119,3 +119,8 @@
[data-type="token"] {
background-color: #28B3D1;
}
[data-type="token-incidence-modifier"] {
background-color: #4db6ac;
color: white;
}