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

config page

This commit is contained in:
Luke Pulverenti 2016-06-02 02:40:16 -04:00
parent 471d0fbefc
commit cf91a36742
6 changed files with 219 additions and 12 deletions

View file

@ -400,6 +400,14 @@ paper-input label, paper-textarea label {
color: #ccc;
}
.ui-body-a .inputLabel {
color: #656565;
}
.ui-body-a .inputLabel.focused:not(.blank) {
color: green;
}
.ui-body-b .selectLabelUnfocused, .ui-body-b .inputLabel {
color: #ccc;
}