Add remaining 1.14 conditions + add item, entity and location predicates

This commit is contained in:
Misode
2019-06-21 03:58:42 +02:00
parent 8160cf5eb5
commit f57a9e48c9
4 changed files with 492 additions and 61 deletions

View File

@@ -1,6 +1,3 @@
.card.child {
background-color: #eee;
}
.card.bg-info {
background-color: #91cdd6 !important;
@@ -22,6 +19,18 @@
color: white !important;
}
.card.child {
background-color: #eee !important;
}
.card.term, .card.terms {
background-color: #7cb6bf !important;
}
.card.bg-dark .card.bg-dark {
background-color: #4b4f54 !important;
}
.dropdown-item {
cursor: pointer;
}