Attempting new drag resize handles

This commit is contained in:
2023-04-19 23:08:53 -05:00
parent 7dc88f9032
commit 50a537f572
3 changed files with 29 additions and 51 deletions

View File

@@ -1,3 +1,11 @@
.regionWindow {
.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, 0.64);
}
.expand-button {
background-color: rgba(0, 0, 0, 0.0);
border: 2px solid rgba(56, 56, 56, 0.46);
}