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:
parent
1f6f1daeec
commit
79ec30f30b
1 changed files with 4 additions and 0 deletions
|
@ -180,3 +180,7 @@ textarea {
|
||||||
#messages li.error {
|
#messages li.error {
|
||||||
background:rgba(102,8,0,0.8);
|
background:rgba(102,8,0,0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#lineos {
|
||||||
|
user-select: none;
|
||||||
|
}
|
Loading…
Reference in a new issue