|
|
|
@@ -79,11 +79,19 @@ body.toggle-entity-name .entity-name, |
|
|
|
display: inline; |
|
|
|
} |
|
|
|
|
|
|
|
.entity-box.selected > img { |
|
|
|
body.highlight-color .entity-box.selected > img { |
|
|
|
filter: sepia(100%) brightness(calc(1.5 * var(--brightness))); |
|
|
|
} |
|
|
|
|
|
|
|
body.highlight-color .entity-box.prevSelected > img { |
|
|
|
filter: sepia(50%) brightness(calc(1.25 * var(--brightness))); |
|
|
|
} |
|
|
|
|
|
|
|
body.highlight-outline .entity-box.selected > img { |
|
|
|
filter: brightness(var(--brightness)) drop-shadow(0px 0px 5px gold); |
|
|
|
} |
|
|
|
|
|
|
|
.entity-box.prevSelected > img { |
|
|
|
body.highlight-outline .entity-box.prevSelected > img { |
|
|
|
filter: brightness(var(--brightness)) drop-shadow(0px 0px 5px darkorange); |
|
|
|
} |
|
|
|
|
|
|
|
|