make these lists transparent
This commit is contained in:
parent
2f510c55ac
commit
8d57d942e8
2 changed files with 8 additions and 2 deletions
|
@ -21,11 +21,9 @@ template $AudreyUiPlayQueue: Adw.Bin {
|
||||||
|
|
||||||
child: ScrolledWindow {
|
child: ScrolledWindow {
|
||||||
hexpand: true;
|
hexpand: true;
|
||||||
vscrollbar-policy: always;
|
|
||||||
hscrollbar-policy: never;
|
hscrollbar-policy: never;
|
||||||
|
|
||||||
ListView view {
|
ListView view {
|
||||||
show-separators: true;
|
|
||||||
single-click-activate: true;
|
single-click-activate: true;
|
||||||
activate => $on_row_activated() swapped;
|
activate => $on_row_activated() swapped;
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,10 @@
|
||||||
min-height: 15px;
|
min-height: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#play-queue listview {
|
||||||
|
background-color: rgba(0,0,0,0);
|
||||||
|
}
|
||||||
|
|
||||||
/* make drag and drop indicator take up entire perimeter */
|
/* make drag and drop indicator take up entire perimeter */
|
||||||
#play-queue listview row {
|
#play-queue listview row {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -28,6 +32,10 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gridview.albums {
|
||||||
|
background-color: rgba(0,0,0,0);
|
||||||
|
}
|
||||||
|
|
||||||
gridview.albums child {
|
gridview.albums child {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue