mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Add LG platform icon
This commit is contained in:
parent
efb3f748c2
commit
5696e75abe
3 changed files with 16 additions and 0 deletions
|
@ -3873,6 +3873,10 @@ a:hover .overlay-refresh-image:hover {
|
|||
background-color: #31afe1;
|
||||
background-image: url(../images/platforms/kodi.svg);
|
||||
}
|
||||
.platform-lg {
|
||||
background-color: #a50034;
|
||||
background-image: url(../images/platforms/lg.svg);
|
||||
}
|
||||
.platform-linux {
|
||||
background-color: #1793d0;
|
||||
background-image: url(../images/platforms/linux.svg);
|
||||
|
@ -3974,6 +3978,9 @@ a:hover .overlay-refresh-image:hover {
|
|||
.platform-kodi-rgba {
|
||||
background-color: rgba(49, 175, 225, 0.40);
|
||||
}
|
||||
.platform-lg-rgba {
|
||||
background-color: rgba(165, 0, 52, 0.40);
|
||||
}
|
||||
.platform-linux-rgba {
|
||||
background-color: rgba(23, 147, 208, 0.40);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue