fixes #762 - Marking unwatched doesn't update display

This commit is contained in:
Luke Pulverenti 2014-07-03 22:22:57 -04:00
parent 5bec78f61f
commit 41825781d2
49 changed files with 443 additions and 505 deletions

View file

@ -1,7 +1,8 @@
/* Now playing bar */
.nowPlayingBar {
padding: 6px 0 14px 0;
border-top: 1px solid green;
border-top: 2px solid green;
text-align: center;
}
.nowPlayingBarImage {
@ -148,6 +149,7 @@ input[type="range"]::-ms-fill-upper {
.nowPlayingBar {
padding: 10px 5px 10px 0;
text-align: left;
}
}