blob: e5bbc60377ed227bc61c1b6c6afdafe4c2624fe7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
.music {
padding: 8px;
opacity: 1.0;
}
.music .right {
margin-top: 8px;
}
.music .song-title {
font-size: 17px;
font-weight: bold;
}
.music .song-album {
color: @fg2;
}
.music .song-artist {
color: @fg2;
}
.music scale trough {
background: @bg2;
min-height: 4px;
}
.music scale highlight {
background: @accent;
}
.music scale slider {
box-shadow: none;
background: @accent;
margin: -6px;
min-height: 0;
min-width: 0;
}
|