From 5e40b3de7d8c25c2587e8d90dae5538b3b65fc66 Mon Sep 17 00:00:00 2001 From: simaQ Date: Thu, 18 Jun 2015 15:48:58 +0800 Subject: [PATCH] update style --- assets/index.less | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/assets/index.less b/assets/index.less index fbf302b..3397155 100644 --- a/assets/index.less +++ b/assets/index.less @@ -3,9 +3,13 @@ // color @disabledColor: #e7eaec; +* { + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); //remove tap highlight color for mobile safari +} + .@{prefixClass} { position: relative; - margin: 6px; + margin: 6px auto; height: 4px; width: 100%; border-radius: 2px; @@ -26,7 +30,7 @@ margin-top: -5px; width: 10px; height: 10px; - cursor: default; + cursor: pointer; border-radius: 50%; border: solid 2px #d9d9d9; background-color: #fff;