@wwawing/all 3.8.0-alpha.2 → 3.8.0

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.
@@ -24,7 +24,7 @@ div#wwa-wrapper {
24
24
  text-align: center;
25
25
  }
26
26
 
27
- #wwa-audio-wrapper, #wwa-controller {
27
+ #wwa-controller {
28
28
  position: absolute;
29
29
  top: 0;
30
30
  left: 0;
@@ -32,11 +32,6 @@ div#wwa-wrapper {
32
32
  height: 440px;
33
33
  }
34
34
 
35
- #wwa-audio-wrapper {
36
- display: none;
37
- overflow: hidden;
38
- }
39
-
40
35
  /**
41
36
  * common は WWA Wing で共通で利用できるクラス名や mixin が含まれています。
42
37
  * UI 構築の際はこれらのセレクターもご活用ください。
@@ -481,7 +476,7 @@ div.savedata > div.ss > span {
481
476
  bottom: 0;
482
477
  right: 0;
483
478
  background-color: rgba(0, 0, 0, 0.6);
484
- color: white;
479
+ color: rgb(255, 255, 255);
485
480
  padding: 3px 7px;
486
481
  }
487
482
 
@@ -890,10 +885,6 @@ div#wwa-sidebar {
890
885
  z-index: 400;
891
886
  }
892
887
 
893
- #wwa-audio-wrapper {
894
- z-index: -9999;
895
- }
896
-
897
888
  #wwa-virtualpad-left {
898
889
  z-index: 500;
899
890
  }