Styled focus modal a bit more and moved it back up

This commit is contained in:
Jeremy Zhang 2017-06-10 02:52:33 +00:00
parent 2e3c5c227c
commit 379475fae9
2 changed files with 6 additions and 1 deletions

View File

@ -241,6 +241,11 @@ a {
width: 305px; width: 305px;
} }
#focusmodal {
background-color: rgba(84, 110, 122, 0.58);
text-shadow: 1px 1px 2px black, 0 0 1em #607d8b, 0 0 0.2em #b0bec5;
}
.message_emoji { .message_emoji {
height: 20px; height: 20px;
} }

View File

@ -127,7 +127,7 @@
inDuration: 400, inDuration: 400,
outDuration: 400, outDuration: 400,
startingTop: "4%", startingTop: "4%",
endingTop: "30%", endingTop: "10%",
}); });
$("#focusmodal").modal("open"); $("#focusmodal").modal("open");
$("#userembedmodal").modal({ $("#userembedmodal").modal({