doc: Make prompt unselectable

Weirdly, no-one seems to have noticed this was broken.
This commit is contained in:
Jan Tojnar 2020-01-14 15:04:21 +01:00
parent 30ea02a6ad
commit 8334b83595
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -7,3 +7,10 @@
.calloutlist img {
width: 1.5em;
}
.prompt {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}