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:
commit
bfced99e7c
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ button::-moz-focus-inner {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: rgb(51, 136, 204);
|
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);
|
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 {
|
.cardImageContainer {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue