fix cursor style on forum title-row. should only affect forum index page

This commit is contained in:
Wirlaburla 2023-06-08 22:24:51 -05:00
parent 677bfe5950
commit a5f5b4bf8b

View File

@ -985,7 +985,7 @@ body.forum table.board-display td {
padding: 4px; padding: 4px;
} }
body.forum table.board-display tr.title-row { body.forum.index table.board-display tr.title-row {
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;