Added window transparency ans styles

This commit is contained in:
Jarek Ceborski
2024-07-12 21:12:34 +02:00
parent 7bd0b743f4
commit e012cc16e6
7 changed files with 15 additions and 38 deletions
+2 -2
View File
@@ -59,7 +59,7 @@
padding: 2px;
.block-frame-default-inner {
background-color: rgba(255, 255, 255, 0.05);
background-color: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
border-radius: 8px;
@@ -74,7 +74,7 @@
gap: 8px;
align-self: stretch;
font: var(--header-font);
background-color: rgba(255, 255, 255, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 8px 8px 0 0;
.block-frame-preicon-button {