Commit 7c43a4b8 by Ha Jonguk

設定、プッシュメッセージ送信関連追加修正

parent ad275626
......@@ -207,3 +207,19 @@ header button.addition {
.selected_send_type {
background: #b0e0e6;
}
#avw-sys-modal {
z-index: 10000 !important;
}
/* for setting */
body section {
z-index: 10001 !important;
}
.toast-item-loading
{
text-align:center;
height:40px;
background:url(../../img/data_loading.gif) no-repeat center;
}
\ No newline at end of file
......@@ -849,6 +849,7 @@ HOME_CHECK.showSendPushMessage = function(projectId, projectName) {
$("#send_push_message").show();
$("#send_project_name").text(projectName);
$("#all_group").removeClass("selected_send_type");
$("#sender_group").addClass("selected_send_type");
$("#messageFormName").text("自由入力");
$("#send_message").val("");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment