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

add style

This commit is contained in:
grafixeyehero 2019-09-01 17:06:28 +03:00
parent 63cc1e0860
commit a7dfb236d0
6 changed files with 24 additions and 0 deletions

View file

@ -453,3 +453,7 @@ html {
.card:focus .card-focuscontent {
border-color: #00a4dc
}
.metadataSidebarIcon {
color: #00a4dc
}

View file

@ -464,3 +464,7 @@ html {
.timeslotHeaders-desktop::-webkit-scrollbar {
height: .7em
}
.metadataSidebarIcon {
color: #00a4dc
}

View file

@ -442,3 +442,7 @@ html {
.timeslotHeaders-desktop::-webkit-scrollbar {
height: .7em
}
.metadataSidebarIcon {
color: #00a4dc
}

View file

@ -441,3 +441,7 @@ html {
.timeslotHeaders-desktop::-webkit-scrollbar {
height: .7em
}
.metadataSidebarIcon {
color: #00a4dc
}

View file

@ -437,3 +437,7 @@ html {
.card:focus .card-focuscontent {
border-color: #00a4dc
}
.metadataSidebarIcon {
color: #00a4dc
}

View file

@ -456,3 +456,7 @@ html {
-webkit-border-radius: 2px;
background: center no-repeat rgba(255, 255, 255, .7)
}
.metadataSidebarIcon {
color: #00a4dc
}