css: Fix selecting of the EDITED notices.

Apparently, the previous approach didn't actually work.
This commit is contained in:
Tim Abbott
2017-08-27 22:09:54 -07:00
parent b988a1c661
commit bb655e6945

View File

@@ -576,6 +576,11 @@ td.pointer {
position: absolute;
left: 0px;
top: 16px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.include-sender .message_edit_notice:before {