src/css/LdtPlayer.css
branchpopcorn-port
changeset 258 cd439bb3421d
parent 255 af3adcf7cb20
child 267 f84013fb19dc
equal deleted inserted replaced
257:d62fe14973a9 258:cd439bb3421d
   220     .sliderForeground  {
   220     .sliderForeground  {
   221       background-color: #747474;
   221       background-color: #747474;
   222       padding-top: 5px;
   222       padding-top: 5px;
   223       z-index: 2;
   223       z-index: 2;
   224       width: 0px;
   224       width: 0px;
   225     }
   225       position: absolute; 
       
   226       top: 0%; 
       
   227       width: 0%;
       
   228     }
       
   229     
       
   230     .positionMarker {
       
   231       position: absolute; 
       
   232       z-index: 100; 
       
   233       width: 1px; 
       
   234       height: 20px; 
       
   235       background-color: white;
       
   236     }
       
   237