@besovideo/webrtc-player 0.8.99 → 0.9.2

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.
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
 
3
- /* sass-plugin-1:G:\develop\bvweb-player\node_modules\.pnpm\tippy.js@6.3.7\node_modules\tippy.js\dist\tippy.css */
3
+ /* sass-plugin-1:G:\develop\bvweb-player\node_modules\tippy.js\dist\tippy.css */
4
4
  .tippy-box[data-animation=fade][data-state=hidden] {
5
5
  opacity: 0;
6
6
  }
@@ -83,7 +83,7 @@
83
83
  z-index: 1;
84
84
  }
85
85
 
86
- /* sass-plugin-1:G:\develop\bvweb-player\node_modules\.pnpm\tippy.js@6.3.7\node_modules\tippy.js\animations\shift-away.css */
86
+ /* sass-plugin-1:G:\develop\bvweb-player\node_modules\tippy.js\animations\shift-away.css */
87
87
  .tippy-box[data-animation=shift-away][data-state=hidden] {
88
88
  opacity: 0;
89
89
  }
@@ -237,6 +237,7 @@
237
237
  .bvplayer-button {
238
238
  cursor: pointer;
239
239
  -webkit-appearance: none;
240
+ -moz-appearance: none;
240
241
  appearance: none;
241
242
  outline: none;
242
243
  border: 0;
@@ -458,8 +459,20 @@
458
459
  border-radius: 5px;
459
460
  }
460
461
  .bvplayer-recordState .blinking-element {
462
+ -webkit-animation: blink 2s infinite;
461
463
  animation: blink 2s infinite;
462
464
  }
465
+ @-webkit-keyframes blink {
466
+ 0% {
467
+ opacity: 1;
468
+ }
469
+ 50% {
470
+ opacity: 0.1;
471
+ }
472
+ 100% {
473
+ opacity: 1;
474
+ }
475
+ }
463
476
  @keyframes blink {
464
477
  0% {
465
478
  opacity: 1;
@@ -491,6 +504,8 @@
491
504
  height: 98px;
492
505
  color: #fff;
493
506
  -webkit-user-select: none;
507
+ -moz-user-select: none;
508
+ -ms-user-select: none;
494
509
  user-select: none;
495
510
  pointer-events: none;
496
511
  visibility: hidden;
@@ -543,6 +558,7 @@
543
558
  cursor: pointer;
544
559
  display: inline-block;
545
560
  -webkit-appearance: none;
561
+ -moz-appearance: none;
546
562
  appearance: none;
547
563
  width: 36px;
548
564
  height: 100%;
@@ -609,6 +625,7 @@
609
625
  .bvplayer-ptz-control-button {
610
626
  cursor: pointer;
611
627
  -webkit-appearance: none;
628
+ -moz-appearance: none;
612
629
  appearance: none;
613
630
  outline: none;
614
631
  border: 0;
@@ -629,6 +646,8 @@
629
646
  height: 100%;
630
647
  display: inline-block;
631
648
  -webkit-user-select: none;
649
+ -moz-user-select: none;
650
+ -ms-user-select: none;
632
651
  user-select: none;
633
652
  }
634
653
  .bvplayer-ptz-speed-slider_header,
@@ -774,6 +793,7 @@
774
793
  overflow: hidden;
775
794
  text-overflow: ellipsis;
776
795
  vertical-align: top;
796
+ -moz-text-align-last: justify;
777
797
  text-align-last: justify;
778
798
  }
779
799
  .bvplayer-ptz_control_camera-option_item_value {
@@ -936,6 +956,8 @@
936
956
  text-align: center;
937
957
  padding: 2px 12px;
938
958
  -webkit-user-select: none;
959
+ -moz-user-select: none;
960
+ -ms-user-select: none;
939
961
  user-select: none;
940
962
  }
941
963
  .bvplayer-blaybackbar .options-item[data-selected=true] {
@@ -950,6 +972,7 @@
950
972
  color: white;
951
973
  cursor: pointer;
952
974
  display: inline-block;
975
+ width: -webkit-fit-content;
953
976
  width: -moz-fit-content;
954
977
  width: fit-content;
955
978
  vertical-align: super;
@@ -1030,6 +1053,12 @@
1030
1053
  border: 1px solid #6e98ec;
1031
1054
  border-radius: 5px;
1032
1055
  }
1056
+ .bvplayer-markerhandle .input-handle-marker .input::-moz-placeholder {
1057
+ color: #dddddd;
1058
+ }
1059
+ .bvplayer-markerhandle .input-handle-marker .input:-ms-input-placeholder {
1060
+ color: #dddddd;
1061
+ }
1033
1062
  .bvplayer-markerhandle .input-handle-marker .input::placeholder {
1034
1063
  color: #dddddd;
1035
1064
  }