zwplayer-vue2x 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1103,8 +1103,11 @@
|
|
|
1103
1103
|
}
|
|
1104
1104
|
|
|
1105
1105
|
.zwp__time-rail:hover .zwp__time-chapter .zwp__chapter_dot {
|
|
1106
|
-
width: 10px;
|
|
1107
1106
|
height: 10px;
|
|
1107
|
+
}
|
|
1108
|
+
|
|
1109
|
+
.zwp__time-rail:hover .zwp__time-chapter .zwp__chapter_dot:not(.zwp_bar) {
|
|
1110
|
+
width: 10px;
|
|
1108
1111
|
margin-left: -5px;
|
|
1109
1112
|
}
|
|
1110
1113
|
|