From e7630f46c7f67df8bb0cb1a4056635e4005cf5aa Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 2 Jun 2015 05:54:40 -0400 Subject: [PATCH] feature(style) .fm: cursor default for ff --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 39a7d9c1..7ed52cf0 100644 --- a/css/style.css +++ b/css/style.css @@ -24,6 +24,7 @@ body, pre, code { -ms-user-select : none; -o-user-select : none; user-select : none; + cursor : default; } .links {