|
@@ -26,7 +26,7 @@ export default {
|
|
|
</script>
|
|
|
<style lang="less" scoped>
|
|
|
#status {
|
|
|
- background-color: rgba(0,0,0,.8);
|
|
|
+ background-color: rgba(0, 0, 0, 0.8);
|
|
|
color: #fff;
|
|
|
}
|
|
|
#progressBar {
|
|
@@ -35,10 +35,12 @@ export default {
|
|
|
height: 100%;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- background-color: rgba(0,0,0,.8);
|
|
|
+ background-color: rgba(0, 0, 0, 0.8);
|
|
|
}
|
|
|
#playHead {
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
-
|
|
|
+#thumb-container {
|
|
|
+ padding: 0 !important;
|
|
|
+}
|
|
|
</style>
|