From 5b6eb75365057eec5920f89fcc51146b1e30deaf Mon Sep 17 00:00:00 2001 From: Chun-Yi Liu Date: Sun, 20 Sep 2015 11:22:51 +0800 Subject: [PATCH 1/2] Update introjs.css Make sure the box-sizing of helper number layer is content-box. --- introjs.css | 1 + 1 file changed, 1 insertion(+) diff --git a/introjs.css b/introjs.css index a33457f36..310e9c6a9 100644 --- a/introjs.css +++ b/introjs.css @@ -107,6 +107,7 @@ tr.introjs-showElement > th { background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C */ width: 20px; height:20px; + box-sizing: content-box; line-height: 20px; border: 3px solid white; border-radius: 50%; From 29befdefd9e24eb01ad4908df743fb3e1d541812 Mon Sep 17 00:00:00 2001 From: Chun-Yi Liu Date: Sun, 20 Sep 2015 11:29:04 +0800 Subject: [PATCH 2/2] Update introjs.css --- introjs.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/introjs.css b/introjs.css index 310e9c6a9..30a8724d3 100644 --- a/introjs.css +++ b/introjs.css @@ -77,7 +77,8 @@ tr.introjs-showElement > th { .introjs-helperLayer *, .introjs-helperLayer *:before, -.introjs-helperLayer *:after { +.introjs-helperLayer *:after, +.introjs-helperNumberLayer { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; @@ -107,7 +108,6 @@ tr.introjs-showElement > th { background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C */ width: 20px; height:20px; - box-sizing: content-box; line-height: 20px; border: 3px solid white; border-radius: 50%;