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

add text color when active device card is darkened

This commit is contained in:
dkanada 2021-03-26 20:09:32 +09:00 committed by GitHub
parent c369c5b73c
commit 6a8d064099
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -352,6 +352,7 @@ div[data-role=controlgroup] a.ui-btn-active {
.darkenContent {
background: rgba(0, 0, 0, 0.7);
color: #ddd;
}
.sessionAppName {