add color and contrasting for volume button
This commit is contained in:
parent
d205bafebc
commit
a385935c7c
BIN
favicon.png
BIN
favicon.png
Binary file not shown.
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 1.5 KiB |
|
@ -230,6 +230,14 @@ canvas.vis, canvas.metadata { border-bottom: none; }
|
|||
filter: none;
|
||||
}
|
||||
|
||||
.volume img {
|
||||
filter: contrast(0%);
|
||||
}
|
||||
|
||||
.volume.active img {
|
||||
filter: none;
|
||||
}
|
||||
|
||||
favorites .station-header,
|
||||
history .station-header {
|
||||
text-align: center;
|
||||
|
|
Reference in New Issue
Block a user