nixpkgs/doc/overrides.css
Jan Tojnar 8334b83595
doc: Make prompt unselectable
Weirdly, no-one seems to have noticed this was broken.
2020-01-14 15:04:21 +01:00

17 lines
260 B
CSS

.docbook .xref img[src^=images\/callouts\/],
.screen img,
.programlisting img {
width: 1em;
}
.calloutlist img {
width: 1.5em;
}
.prompt {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}