Use overlay for track list on Cover panel (implements #47)
This commit is contained in:
parent
c1295c8ed1
commit
f98b888344
6 changed files with 427 additions and 603 deletions
10
data/gtk.css
10
data/gtk.css
|
|
@ -18,6 +18,16 @@
|
|||
font-weight:bold;
|
||||
}
|
||||
|
||||
revealer.sidebar > * {
|
||||
background-color:alpha(@theme_bg_color, 0.8);
|
||||
box-shadow:0 0 10px @theme_bg_color;
|
||||
margin-left:20px
|
||||
}
|
||||
|
||||
revealer.sidebar scale mark indicator {
|
||||
margin-right:5px;
|
||||
}
|
||||
|
||||
actionbar {
|
||||
background-color:@theme_unfocused_bg_color;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue