From a5f5b4bf8b8a58837f7258062fe47613507cee35 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Thu, 8 Jun 2023 22:24:51 -0500 Subject: [PATCH] fix cursor style on forum title-row. should only affect forum index page --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 3d9aa13..922790e 100644 --- a/style.css +++ b/style.css @@ -985,7 +985,7 @@ body.forum table.board-display td { padding: 4px; } -body.forum table.board-display tr.title-row { +body.forum.index table.board-display tr.title-row { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;