gui improvements

This commit is contained in:
2025-07-14 00:27:31 +02:00
parent b600a3613f
commit 9c7f152fb9
4 changed files with 12 additions and 2 deletions

View File

@@ -71,4 +71,8 @@ td, tr{
.clear{
clear: both;
}
.position_selector{
background: rgba(0,0,0,0.7);
backdrop-filter: blur(3px);
}

View File

@@ -45,4 +45,9 @@ footer {
border-color: cyan;
border-style: dashed;
border-width: 1px 0 0;
}
.position_selector{
background: rgba(255,255,255,0.8);
backdrop-filter: blur(3px);
}