1
0
Fork 0
mirror of https://github.com/SunRed/haste-server.git synced 2024-11-01 01:30:21 +01:00

Prevent line numbers from being selectable

When selecting everything (Ctrl+A) the line numbers should not be selected
This commit is contained in:
Manuel 2021-04-07 15:28:37 +02:00
parent 1f6f1daeec
commit 79ec30f30b
Signed by: Manuel
GPG key ID: 4085037435E1F07A

View file

@ -180,3 +180,7 @@ textarea {
#messages li.error {
background:rgba(102,8,0,0.8);
}
#lineos {
user-select: none;
}