line numbers are now non-selectable
This commit is contained in:
parent
6cf000ff52
commit
77164c7bbb
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@
|
||||||
min-width:35px;
|
min-width:35px;
|
||||||
max-width:35px;
|
max-width:35px;
|
||||||
width:35px;
|
width:35px;
|
||||||
|
moz-user-select: none;
|
||||||
|
-khtml-user-select: none;
|
||||||
|
user-select: none;
|
||||||
a {
|
a {
|
||||||
float:left;
|
float:left;
|
||||||
width:35px;
|
width:35px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue