doc: Make prompt unselectable
Weirdly, no-one seems to have noticed this was broken.
This commit is contained in:
parent
30ea02a6ad
commit
8334b83595
@ -7,3 +7,10 @@
|
|||||||
.calloutlist img {
|
.calloutlist img {
|
||||||
width: 1.5em;
|
width: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.prompt {
|
||||||
|
-moz-user-select: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user