input-number arrow

This commit is contained in:
zhujun24 2015-08-20 15:28:57 +08:00
parent e5419c79ef
commit c15a840bcf
2 changed files with 5 additions and 3 deletions

View File

@ -52,8 +52,8 @@
background-color: #fff;
& > &-box {
margin-top: 16px;
margin-bottom: 16px;
padding-top: 16px;
padding-bottom: 16px;
}
}

View File

@ -143,9 +143,10 @@
cursor: pointer;
&-inner {
top: 1px;
.ie-rotate(2);
&:before {
text-align: center;
content: "\e600";
.ie-rotate(2);
transform: rotate(180deg);
-webkit-transform-origin: 47.5% 51%; /* fix chrome position */
}
@ -156,6 +157,7 @@
cursor: pointer;
&-inner {
&:before {
text-align: center;
content: "\e600";
}
}