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

update shared collection editor

This commit is contained in:
Luke Pulverenti 2016-05-22 00:17:28 -04:00
parent 69fad5e57d
commit dcb6b103ec
10 changed files with 133 additions and 44 deletions

View file

@ -436,7 +436,7 @@ paper-input label, paper-textarea label {
color: #ccc;
}
.ui-body-b .selectLabel:not(.selectLabelFocus) {
.ui-body-b .selectLabelUnfocused {
color: #ccc;
}
@ -586,5 +586,5 @@ paper-progress.mini #progressContainer {
}
.formDialog.background-theme-b {
background-color: #202020;
background-color: #181818;
}