doc: Make prompt unselectable

Weirdly, no-one seems to have noticed this was broken.
gstqt5
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
1 changed files with 7 additions and 0 deletions

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;
}