update live streams

This commit is contained in:
Luke Pulverenti 2016-10-05 03:15:29 -04:00
parent 0d820807fa
commit f0eb199063
13 changed files with 194 additions and 36 deletions

View file

@ -162,7 +162,7 @@ input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='r
.ui-body-a select, .ui-body-a [is="emby-input"], .ui-body-a [is="emby-textarea"] {
background: none;
border-color: #ccc!important;
border-color: #ccc !important;
}
.ui-body-a .secondaryText {
@ -420,6 +420,12 @@ div[data-role='page'] {
background-color: #fff;
}
.ui-body-a .visualCardBox {
border: 0;
margin: 6px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.ui-body-a .cardFooter .cardText + .cardText {
opacity: .8;
}