弹窗消息透明度修改为0.9

This commit is contained in:
thinkgem
2025-04-14 12:55:31 +08:00
parent 3e0a5abcda
commit 00a260028f
2 changed files with 2 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ button.toast-close-button {
-webkit-box-shadow: 0 0 12px #999999;
box-shadow: 0 0 12px #999999;
color: #FFFFFF;
opacity: 0.8;
opacity: 0.9;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
filter: alpha(opacity=80);
}

File diff suppressed because one or more lines are too long