mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
Added window transparency ans styles
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user