Authored by hf

Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop

@@ -47,6 +47,10 @@ a { @@ -47,6 +47,10 @@ a {
47 color: #000; 47 color: #000;
48 } 48 }
49 49
  50 +*:focus {
  51 + outline: none;
  52 +}
  53 +
50 @font-face { 54 @font-face {
51 font-family: "iconfont"; 55 font-family: "iconfont";
52 src: font-url('iconfont.eot'); /* IE9*/ 56 src: font-url('iconfont.eot'); /* IE9*/
@@ -32,7 +32,7 @@ @@ -32,7 +32,7 @@
32 color: #4ecae8; 32 color: #4ecae8;
33 } 33 }
34 34
35 - .clear { 35 + .clear-input {
36 right: 170px; 36 right: 170px;
37 } 37 }
38 } 38 }