Image event box addition

This commit is contained in:
2023-04-22 15:05:28 -05:00
parent 8178fe3490
commit 31bf0e00b5
3 changed files with 28 additions and 14 deletions

View File

@@ -1,11 +1,10 @@
.region-window {
background-color: rgba(0, 0, 0, 0.0);
/* border: 2px solid rgba(136, 204, 39, 1); */
/* Dark Bergundy */
border: 2px solid rgba(116, 0, 0, 1);
}
.expand-button {
.transparent-button {
background-color: rgba(0, 0, 0, 0.0);
border: 2px solid rgba(56, 56, 56, 1);
border: 2px solid rgba(96, 96, 96, 1);
}