From 68bcd4834aa1fabc92a44ac12fe254f6930b9f4f Mon Sep 17 00:00:00 2001 From: Adriaan Wormgoor Date: Mon, 28 Oct 2013 19:36:12 +0100 Subject: [PATCH] fixes issue https://github.com/Doodle3D/doodle3d-client/issues/13 --- less/base.less | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/less/base.less b/less/base.less index e62f340..34d7772 100644 --- a/less/base.less +++ b/less/base.less @@ -17,7 +17,6 @@ img { /* http://stackoverflow.com/questions/5348092/prevent-default-press-but-not-default-drag-in-ios-mobilesafari */ .btn { background-repeat: no-repeat; -/* -webkit-user-select: none;*/ cursor: pointer; } #landscape { @@ -33,8 +32,17 @@ img { // z-index: 5; overflow: hidden; margin: 0 auto; - outline: 2px solid #5e8c71; - box-shadow: 0 0 8px rgba(8, 8, 8, 0.25); + +// box-sizing: border-box; +// border: 2px solid #5e8c71; +// -moz-box-sizing:border-box; +// -webkit-box-sizing:border-box;// border-width: 0 2px 2px 2px; + + // solution from: http://stackoverflow.com/questions/14085822/css-firefox-box-shadow-and-outline + box-shadow: 0 0 0 2px #5e8c71, + 0 0 8px 4px rgba(8, 8, 8, 0.25); + +// outline: 2px solid #5e8c71; } #portrait { display: none;