diff options
author | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-08-18 13:25:28 -0300 |
---|---|---|
committer | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-08-18 13:25:28 -0300 |
commit | d2cb70e8725371a72c0f9db36ad734041f4fb977 (patch) | |
tree | e4a7faa0b2ef1e9e72a16f7bbc5da17ecb54812f /static/top.html | |
parent | 7027fdd87011962b2b177342a462d54737e03501 (diff) |
themeable popup
Diffstat (limited to 'static/top.html')
-rw-r--r-- | static/top.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/top.html b/static/top.html index 1460d96..94abad7 100644 --- a/static/top.html +++ b/static/top.html @@ -16,7 +16,7 @@ <tr> <td><label for="name">Name:</label></td> <td><input type="text" id="name" name="name" placeholder="Anonymous" maxlength="100"> - <a onclick="stopNewPost()" style="float: right;">X</a> + <a onclick="stopNewPost()" style="float: right;">[X]</a> </td> </tr> <tr> @@ -73,7 +73,7 @@ <tr> <td><label for="name">Name:</label></td> <td><input type="text" id="name" name="name" placeholder="Anonymous" maxlength="100"> - <a onclick="stopNewPost()" style="float: right;">X</a> + <a onclick="stopNewPost()" style="float: right;">[X]</a> </tr> <tr> <td><label for="options">Options:</label></td> |