Player script indentation fix
This commit is contained in:
@@ -21,14 +21,14 @@
|
||||
width: 94%;
|
||||
margin: 0 0 18px 3%;
|
||||
height: 5px;
|
||||
background-color: #e0e0e0;
|
||||
background-color: #f0f0f0;
|
||||
.loaded {
|
||||
width: 66%;
|
||||
width: 0;
|
||||
height: 5px;
|
||||
background-color: #d0e0e0;
|
||||
cursor: pointer;
|
||||
.played {
|
||||
width: 66%;
|
||||
width: 0;
|
||||
height: 5px;
|
||||
background-color: #0090AA;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user