@besovideo/webrtc-player 0.9.1 → 0.9.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.
@@ -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 {
@@ -926,6 +946,7 @@
926
946
  height: 130px;
927
947
  background-color: white;
928
948
  color: black;
949
+ overflow: auto;
929
950
  display: none;
930
951
  box-sizing: content-box;
931
952
  }
@@ -936,6 +957,8 @@
936
957
  text-align: center;
937
958
  padding: 2px 12px;
938
959
  -webkit-user-select: none;
960
+ -moz-user-select: none;
961
+ -ms-user-select: none;
939
962
  user-select: none;
940
963
  }
941
964
  .bvplayer-blaybackbar .options-item[data-selected=true] {
@@ -950,6 +973,7 @@
950
973
  color: white;
951
974
  cursor: pointer;
952
975
  display: inline-block;
976
+ width: -webkit-fit-content;
953
977
  width: -moz-fit-content;
954
978
  width: fit-content;
955
979
  vertical-align: super;
@@ -1030,6 +1054,12 @@
1030
1054
  border: 1px solid #6e98ec;
1031
1055
  border-radius: 5px;
1032
1056
  }
1057
+ .bvplayer-markerhandle .input-handle-marker .input::-moz-placeholder {
1058
+ color: #dddddd;
1059
+ }
1060
+ .bvplayer-markerhandle .input-handle-marker .input:-ms-input-placeholder {
1061
+ color: #dddddd;
1062
+ }
1033
1063
  .bvplayer-markerhandle .input-handle-marker .input::placeholder {
1034
1064
  color: #dddddd;
1035
1065
  }