mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #432 from grafixeyehero/metadataSidebar
Add icon to metadata editor side bar
This commit is contained in:
commit
0d17fcdfeb
9 changed files with 263 additions and 118 deletions
|
@ -453,3 +453,7 @@ html {
|
|||
.card:focus .card-focuscontent {
|
||||
border-color: #00a4dc
|
||||
}
|
||||
|
||||
.metadataSidebarIcon {
|
||||
color: #00a4dc
|
||||
}
|
||||
|
|
|
@ -464,3 +464,7 @@ html {
|
|||
.timeslotHeaders-desktop::-webkit-scrollbar {
|
||||
height: .7em
|
||||
}
|
||||
|
||||
.metadataSidebarIcon {
|
||||
color: #00a4dc
|
||||
}
|
||||
|
|
|
@ -442,3 +442,7 @@ html {
|
|||
.timeslotHeaders-desktop::-webkit-scrollbar {
|
||||
height: .7em
|
||||
}
|
||||
|
||||
.metadataSidebarIcon {
|
||||
color: #00a4dc
|
||||
}
|
||||
|
|
|
@ -441,3 +441,7 @@ html {
|
|||
.timeslotHeaders-desktop::-webkit-scrollbar {
|
||||
height: .7em
|
||||
}
|
||||
|
||||
.metadataSidebarIcon {
|
||||
color: #00a4dc
|
||||
}
|
||||
|
|
|
@ -437,3 +437,7 @@ html {
|
|||
.card:focus .card-focuscontent {
|
||||
border-color: #00a4dc
|
||||
}
|
||||
|
||||
.metadataSidebarIcon {
|
||||
color: #00a4dc
|
||||
}
|
||||
|
|
|
@ -569,3 +569,7 @@ a[data-role=button] {
|
|||
background-color: #dbe6ff;
|
||||
color: #0e0f2d;
|
||||
}
|
||||
|
||||
.metadataSidebarIcon {
|
||||
color: #dbe6ff
|
||||
}
|
||||
|
|
|
@ -456,3 +456,7 @@ html {
|
|||
-webkit-border-radius: 2px;
|
||||
background: center no-repeat rgba(255, 255, 255, .7)
|
||||
}
|
||||
|
||||
.metadataSidebarIcon {
|
||||
color: #00a4dc
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue