From b08fa8d6a48efbf7018bc1812f3de2c7d550877c Mon Sep 17 00:00:00 2001 From: Gabriele Cirulli Date: Sun, 23 Mar 2014 20:17:22 +0100 Subject: [PATCH] apply css improvements from #68 --- style/main.css | 6 ++++-- style/main.scss | 5 ++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/style/main.css b/style/main.css index fca9c2e0bc..ac50bc764f 100644 --- a/style/main.css +++ b/style/main.css @@ -143,14 +143,15 @@ hr { padding: 15px; cursor: default; -webkit-touch-callout: none; + -ms-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; + -ms-touch-action: none; background: #bbada0; border-radius: 6px; width: 500px; height: 500px; - -ms-touch-action: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } @@ -543,14 +544,15 @@ hr { padding: 10px; cursor: default; -webkit-touch-callout: none; + -ms-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; + -ms-touch-action: none; background: #bbada0; border-radius: 6px; width: 280px; height: 280px; - -ms-touch-action: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } diff --git a/style/main.scss b/style/main.scss index 946d4159c2..29478c4b38 100644 --- a/style/main.scss +++ b/style/main.scss @@ -176,15 +176,18 @@ hr { cursor: default; -webkit-touch-callout: none; + -ms-touch-callout: none; + -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; + -ms-touch-action: none; + background: $game-container-background; border-radius: $tile-border-radius * 2; width: $field-width; height: $field-width; - -ms-touch-action: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;