Gave the models a visual feedback what is active
This commit is contained in:
parent
7b25153361
commit
03aabd2674
2 changed files with 43 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue