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

Show subtitle text color setting

This commit is contained in:
Madh93 2022-04-06 17:20:52 +01:00
parent 0e711f4e98
commit c4ab1a5868
No known key found for this signature in database
GPG key ID: 92798C20EED0C422
3 changed files with 27 additions and 3 deletions

View file

@ -17,6 +17,11 @@
width: 100%;
}
.emby-input[type=color] {
height: 2.5em;
padding: 0;
}
.emby-input::-moz-focus-inner {
border: 0;
}