Highlight selected template

This commit is contained in:
2023-09-14 14:57:33 -04:00
parent 61a8d4ca5c
commit ab636df83d
2 changed files with 6 additions and 0 deletions

View File

@@ -48,6 +48,10 @@
height: 100px;
}
.template-selected {
background-color: green;
}
.template div {
border: 1px solid;
}