add rhymix_alert

This commit is contained in:
conory 2019-12-26 21:04:09 +09:00
parent 9e6005ccbc
commit 40e35a9451
4 changed files with 68 additions and 5 deletions

View file

@ -157,6 +157,24 @@ a img {
background: #333 url("../../common/img/msg.loading.gif") no-repeat center 15px;
}
/* alert */
#rhymix_alert {
display: none;
position: fixed;
left: 50%;
bottom: 20%;
width: 350px;
background-color: #000;
color: #fff;
font-size: 16px;
text-align: center;
opacity: 0.6;
padding: 12px 20px;
border-radius: 10px;
transform: translateX(-50%);
z-index: 999999999;
}
/* Debug */
#rhymix_debug_button {
display: none;