Skip to content

Commit

Permalink
sidebar-pane: regress to transparent
Browse files Browse the repository at this point in the history
Signed-off-by: tsukinaha <sakuovds@gmail.com>
  • Loading branch information
tsukinaha committed Dec 3, 2024
1 parent 4f50790 commit d3ced87
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/ui/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@define-color transparent #00000000;

.sbackground {
background: rgba(0, 0, 0, 0.15);
}
Expand Down Expand Up @@ -26,9 +28,10 @@ child {
}

.logo {
background: rgba(0, 0, 0, 0);
background: transparent;
}


.bottom-bar {
background: transparent;
}
Expand Down Expand Up @@ -129,11 +132,11 @@ picture {
}

listview {
background-color: rgba(0, 0, 0, 0);
background-color: transparent;
}

gridview {
background-color: rgba(0, 0, 0, 0);
background-color: transparent;
}

gridview>child box {
Expand All @@ -156,7 +159,7 @@ revealer>box>box>widget>box {
}

tabbar>revealer>box {
background-color: rgba(0, 0, 0, 0);
background-color: transparent;
}

scrolledwindow>viewport>box>box>box {
Expand All @@ -175,14 +178,15 @@ scrolledwindow>viewport>box>box>box {
@define-color accent_color #AEB5FA;

placessidebar {
background-color: rgba(0, 0, 0, 0);
background-color: transparent;
}

.card {
box-shadow: none;
}

.sidebar-pane {
background-color: transparent;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

Expand Down

0 comments on commit d3ced87

Please sign in to comment.