hide library monitor from certain operating systems

This commit is contained in:
Luke Pulverenti 2015-10-03 14:13:53 -04:00
parent a651d5208d
commit 2ebea85514
7 changed files with 22 additions and 15 deletions

View file

@ -32,9 +32,8 @@ body {
background-attachment: initial;
}
.background-theme-b {
background: radial-gradient(circle, #303030, #101010) !important;
background-attachment: fixed;
.background-theme-b, paper-dialog.background-theme-b {
background: radial-gradient(circle, #303030, #101010) fixed;
}
.backdropContainer .pageBackground {
@ -234,6 +233,7 @@ paper-tab {
.nowPlayingPage {
padding-top: 50px !important;
}
.localSyncStatus .labelSyncStatus {
display: none !important;
}
}