From 71d15bcdb2023c49cedee9a865c061ca98eac173 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 18 Feb 2014 14:03:56 +0800 Subject: [PATCH] css-bootstrap/calendar.css --- css-bootstrap/calendar.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css-bootstrap/calendar.css b/css-bootstrap/calendar.css index c958321ac3..c6b8651982 100644 --- a/css-bootstrap/calendar.css +++ b/css-bootstrap/calendar.css @@ -32,6 +32,11 @@ html .fc, .fc th { padding: 0; vertical-align: top; + -moz-user-select: -moz-none; + -khtml-user-select: none; + -webkit-user-select: none; + -o-user-select: none; + user-select: none; } -- 2.39.2