1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #5798 from grafixeyehero/Fix-mediaSourceIndicator

Fix invisible media source indicator in experimental
This commit is contained in:
Bill Thornton 2024-07-17 16:32:27 -04:00 committed by GitHub
commit bfced99e7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -158,6 +158,7 @@ button::-moz-focus-inner {
color: #fff;
background: rgb(51, 136, 204);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
z-index: 1;
}
.cardImageContainer {