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

update shared components

This commit is contained in:
Luke Pulverenti 2016-08-01 01:09:09 -04:00
parent b760de915d
commit b14198727b
15 changed files with 51 additions and 39 deletions

View file

@ -23,14 +23,6 @@ paper-input + .fieldDescription {
margin-bottom: 30px !important;
}
.ui-body-a .visualCardBox .cardScalable, .ui-body-a .visualCardBox .cardFooter {
background-color: #fff;
}
.ui-body-a .cardFooter .cardText + .cardText {
opacity: .8;
}
@media all and (min-width: 800px) {
.type-interior > .ui-content, .type-interior > .ui-panel-content-wrap > .ui-content {
@ -250,10 +242,6 @@ paper-textarea.mono textarea {
font-family: monospace !important;
}
.ui-body-a .paperCheckboxFieldDescription {
color: #333;
}
.ui-body-a paper-checkbox #checkbox.checked.paper-checkbox {
background-color: #52B54B;
border-color: #52B54B;

View file

@ -660,3 +660,12 @@ progress {
.ui-body-a .selectLabel, .ui-body-a .paperListLabel, .ui-body-a .fieldDescription {
color: #555;
}
.ui-body-a .visualCardBox .cardScalable, .ui-body-a .visualCardBox .cardFooter {
background-color: #fff;
}
.ui-body-a .cardFooter .cardText + .cardText {
opacity: .8;
}