From 43d87a61152363dfa0fdb021a2a224ab59f9ca7f Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 2 Jun 2015 09:33:48 -0400 Subject: [PATCH] chore(style) .fm, .keyspawnl: set correct order --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 7ed52cf0..be8517ae 100644 --- a/css/style.css +++ b/css/style.css @@ -19,12 +19,12 @@ body, pre, code { } .fm, .keyspanel { + cursor : default; -webkit-user-select : none; -moz-user-select : none; -ms-user-select : none; -o-user-select : none; user-select : none; - cursor : default; } .links {