Emoji picker and theme updates

This commit is contained in:
Daisuke
2020-04-09 20:16:32 -05:00
parent 814854576c
commit cf0ba1244d
18 changed files with 383 additions and 1815 deletions

View File

@ -57,6 +57,10 @@
margin-top:4px;
display:block;
}
#emojisearch {
border:0;
}
</style>
</head>
<body>
@ -190,6 +194,8 @@ if ($logedin) {
</div>
<textarea name='status' id="status" style='width:98.85%; height:100px; border:none;'></textarea>
</div>
<div style='display:none; clear:both; width:100%; text-align:left;' class='picker'><input type='text' id='emojisearch' placeholder="Type to Search"><span class='close' style='cursor:pointer;'> X </span><div class='emojilist' style='max-height:100px; overflow:auto;'></div></div>
<div class="buttons">
<span style='float:left;'>
<input type='submit' value='Send' id='send' onClick='return false'>
<div class='formbtn fontello' style='position:relative;'>
@ -200,11 +206,14 @@ if ($logedin) {
<input type='checkbox' name='sensitive' id='sensitive' style='display:none;'>
<label for='sensitive' class='fontello'>&#xe81b;</label>
</div>
<div class='formbtn fontello' id="emoji" style='position:relative; cursor:pointer;'>
&#128540;
</div>
</span>
<span style='float:left;' class='status'>
</span>
<span style='float:right;'>
<span style='float:right;' class="scope">
<select name='scope' id='scope'>
<option value="1">&#xe83c; Public</option>
<option value="2">&#xe816; Unlisted</option>
@ -212,6 +221,7 @@ if ($logedin) {
<option value="4">&#xf0e0; Direct</option>
</select>
</span>
</div>
</form>
<div style="clear: both;"></div>
</div>