update sync process

This commit is contained in:
Luke Pulverenti 2015-09-24 13:08:10 -04:00
parent cc428aac1d
commit 504384e83d
109 changed files with 553 additions and 289 deletions

View file

@ -3,7 +3,20 @@
}
body {
font-size: 14px;
font-size: 15px;
}
.ui-body-b a:visited {
color: #007AFF /*{b-link-visited}*/;
}
.ui-body-b a {
color: #007AFF /*{b-link-color}*/;
font-weight: 500;
}
.ui-body-b select {
-webkit-appearance: none;
}
.backdropContainer {
@ -12,13 +25,17 @@ body {
}
.background-theme-b {
background-color: #181818;
background-color: #161616;
}
.backdropContainer .pageBackground {
background-color: rgba(28,28,28,.92) !important;
}
.homeTopViews .defaultBackground .cardImage {
background-color: #303030;
}
.viewMenuBar {
/* It needs this in order to retain height since we're positioning the contents absolutely */
height: 50px;
@ -115,7 +132,7 @@ h1, h1 a {
}
.tvGuideHeader {
top: 86px;
top: 86px !important;
}
.libraryMenuButtonText {
@ -126,6 +143,7 @@ h1, h1 a {
text-align: center;
font-size: 16px;
margin: 0 auto !important;
padding: 0 !important;
}
.libraryPanelHeader span {
@ -188,3 +206,11 @@ paper-tab {
/* Eliminate transparency to prevent clicks from passing through to the elements underneath */
background-color: rgb(26,26,26);
}
.nowPlayingPageBackButton {
display: none !important;
}
.nowPlayingPagePaperTabs {
display: none !important;
}