From a92f6af5807669013aa40771690e0472d7f5da9d Mon Sep 17 00:00:00 2001 From: Li Zhineng Date: Mon, 10 Jun 2013 16:40:34 +0800 Subject: Code refactoring --- css/style.css | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'css/style.css') diff --git a/css/style.css b/css/style.css index b84e219..682d445 100644 --- a/css/style.css +++ b/css/style.css @@ -52,14 +52,29 @@ body { /* ========================================== /* -/* GAMEAREA +/* Game area /* /* ========================================== */ -#ws-area { +.ws-area { background: #fafafa; display: inline-block; padding: 20px; border-radius: 10px; - position: relative; + -moz-user-select: -moz-none; + -khtml-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; +} + +.ws-row { + line-height: 0; +} + +.ws-col { + cursor: pointer; +} + +.ws-selected { + background: #ddd; } \ No newline at end of file -- cgit v1.2.3