summaryrefslogtreecommitdiffstats
path: root/templates/html
diff options
context:
space:
mode:
authorZHUO Qiang <zhuo.qiang@gmail.com>2016-05-20 02:57:53 (GMT)
committerZHUO Qiang <zhuo.qiang@gmail.com>2016-05-20 02:57:53 (GMT)
commit7bda78adac5d72396526c503325020a11cc12464 (patch)
tree42c695e20b2326570d7e2ed35129adcca889e1f7 /templates/html
parent14b04be2af279e1093f17d6b933d1e9ab530e128 (diff)
downloadDoxygen-7bda78adac5d72396526c503325020a11cc12464.zip
Doxygen-7bda78adac5d72396526c503325020a11cc12464.tar.gz
Doxygen-7bda78adac5d72396526c503325020a11cc12464.tar.bz2
Disable selecting line number
Make the line number not selected by user. The user case is when you want to copy the raw source code content, you would not want to automatically select the line number.
Diffstat (limited to 'templates/html')
-rw-r--r--templates/html/doxygen.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/html/doxygen.css b/templates/html/doxygen.css
index f1e2ec4..ddbbbda 100644
--- a/templates/html/doxygen.css
+++ b/templates/html/doxygen.css
@@ -232,6 +232,15 @@ span.lineno a:hover {
background-color: #C8C8C8;
}
+.lineno {
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+
div.ah, span.ah {
background-color: black;
font-weight: bold;