mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-28 13:58:40 +02:00
Update chromecast_receiver.css
This commit is contained in:
parent
8959ec755f
commit
b7bc858517
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
background-image: url(https://github.com/advplyr/audiobookshelf/blob/master/client/static/Logo.png);
|
background-image: url(https://raw.githubusercontent.com/advplyr/audiobookshelf/master/client/static/Logo.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.progressBar {
|
.progressBar {
|
||||||
|
@ -11,6 +11,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.watermark {
|
.watermark {
|
||||||
background-image: url(https://github.com/advplyr/audiobookshelf/blob/master/client/static/icon64.png);
|
background-image: url(https://raw.githubusercontent.com/advplyr/audiobookshelf/master/client/static/icon64.png);
|
||||||
background-size: 64px 64px;
|
background-size: 64px 64px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue