Make buttons unselectable
This improves copying and pasting quite a lot
This commit is contained in:
parent
10dde0e7d9
commit
1f0cb71e86
3 changed files with 11 additions and 3 deletions
|
@ -478,6 +478,14 @@ li.buffer.indent.private a {
|
|||
font-size: small;
|
||||
}
|
||||
|
||||
.unselectable {
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
/* */
|
||||
/* Mobile layout */
|
||||
/* */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue