mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 03:21:21 +00:00
Added "user-select" option to line numbers & messages
This prevents copying unnecessary text after selecting it via Ctrl + A
This commit is contained in:
parent
ad7702aaf4
commit
16d529e935
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@ textarea {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* code box when locked */
|
/* code box when locked */
|
||||||
|
@ -118,6 +119,7 @@ textarea {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#box3 .label, #messages li {
|
#box3 .label, #messages li {
|
||||||
|
|
Loading…
Reference in a new issue