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

Fix invisible media source indicator

This commit is contained in:
grafixeyehero 2024-07-16 02:33:02 +03:00
parent 5936ed10ca
commit 60e11181af

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 {