Added nonclickable progressbar in the playercontrols

This commit is contained in:
KasperRT
2015-02-24 22:33:34 +01:00
parent bfed58de1b
commit 0e8229c1f2
3 changed files with 21 additions and 1 deletions

View File

@@ -162,3 +162,11 @@
{
display:none !important;
}
#bar
{
height:30px;
background-color:rgba(0,0,0,0.5);
/*-webkit-transition: width 2s;
transition: width 2s;*/
}