From 5ac558ba9854eee36307740cf62f6152da083bba Mon Sep 17 00:00:00 2001 From: ninya9k Date: Fri, 16 Jul 2021 22:27:12 +0000 Subject: [PATCH] default cursor on tripcodes --- website/templates/chat-iframe.html | 1 + website/templates/comment-iframe.html | 1 + website/templates/users-iframe.html | 1 + 3 files changed, 3 insertions(+) diff --git a/website/templates/chat-iframe.html b/website/templates/chat-iframe.html index 89e172e..74db767 100644 --- a/website/templates/chat-iframe.html +++ b/website/templates/chat-iframe.html @@ -33,6 +33,7 @@ font-family: monospace; vertical-align: middle; display: inline-block; + cursor: default; } .barrier {display:inline-block;margin-right:0.5em;} .message {overflow-wrap: break-word;unicode-bidi: isolate;} diff --git a/website/templates/comment-iframe.html b/website/templates/comment-iframe.html index 95f9aa5..397761c 100644 --- a/website/templates/comment-iframe.html +++ b/website/templates/comment-iframe.html @@ -179,6 +179,7 @@ font-size: 90%; font-family: monospace; vertical-align: middle; + display: inline-block; cursor: pointer; } .pseudolink { diff --git a/website/templates/users-iframe.html b/website/templates/users-iframe.html index 5e6295b..8ca4aa3 100644 --- a/website/templates/users-iframe.html +++ b/website/templates/users-iframe.html @@ -25,6 +25,7 @@ font-family: monospace; vertical-align: middle; display: inline-block; + cursor: default; } form { margin: 0;