nitdoc: removes select behavior on box header
authorAlexandre Terrasa <alexandre@moz-code.org>
Thu, 16 Jan 2014 02:51:40 +0000 (21:51 -0500)
committerAlexandre Terrasa <alexandre@moz-code.org>
Thu, 16 Jan 2014 02:51:40 +0000 (21:51 -0500)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

share/nitdoc/styles/main.css

index d9174f4..d617b92 100644 (file)
@@ -219,6 +219,12 @@ header nav.main ul li.current {
        padding: 5px;\r
        background: #f1f1f1;\r
        font-size: 1em;\r
+       -webkit-touch-callout: none;\r
+       -webkit-user-select: none;\r
+       -khtml-user-select: none;\r
+       -moz-user-select: none;\r
+       -ms-user-select: none;\r
+       user-select: none;\r
 }\r
 \r
 .sidebar nav h4 {\r