Gave the models a visual feedback what is active

This commit is contained in:
sageTheDM 2024-10-01 16:53:59 +02:00
parent 7b25153361
commit 03aabd2674
2 changed files with 43 additions and 9 deletions

View file

@ -60,6 +60,11 @@
margin: auto; /* Center each model box in the grid cell */
}
.model-box.selected {
box-shadow: 0 0 15px 5px rgba(255, 255, 0, 0.7); /* Glowing border */
border-color: yellow;
}
.overlay {
position: absolute;
left: 0;