Commit 45c0c6ba by Lee Daehyun

Merge branch 'bugFix/#42192操作改善1' into 'release_sp3'

bugFix/#42192操作改善1

See merge request !22
parents fcfa41f3 2a9b485a
......@@ -161,7 +161,7 @@
<script src="./js/chat-room.js"></script>
<script>
function imageModal(image) {
$('#modal_image').attr('src',image.src);
$('#modal_image').attr('src', image.src);
$('#pictureModalCenter').modal('show');
}
......
......@@ -90,7 +90,7 @@ input[name="tab_item"] {
padding-left: 0;
text-align: center;
position: absolute;
right: 20px;
right: 0px;
}
/* リスト */
......@@ -240,14 +240,16 @@ input[name="tab_item"] {
font: 26px FontAwesome;
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: #f5d256;
color: #F5D256;
padding: 20px;
}
.star.disable:before {
content: "\f005";
font: 26px FontAwesome;
font-family: "Font Awesome 5 Free";
font-weight: 400;
color: #c4c4c4;
color: #C4C4C4;
padding: 20px;
}
/* メンバー選択チェックボックス */
......
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