Browse Source

upgrade select style

pull/957/head
afc163 9 years ago
parent
commit
4fb1e60c02
  1. 8
      style/components/select.less

8
style/components/select.less

@ -53,7 +53,7 @@
background-color: #fff; background-color: #fff;
border-radius: @border-radius-base; border-radius: @border-radius-base;
border: 1px solid #d9d9d9; border: 1px solid @border-color-base;
.transition(all .3s @ease-in-out); .transition(all .3s @ease-in-out);
&:hover { &:hover {
@ -71,7 +71,7 @@
&-disabled &-selection { &-disabled &-selection {
&:hover, &:hover,
&:active { &:active {
border-color: #d9d9d9; border-color: @border-color-base;
} }
} }
@ -342,7 +342,7 @@
} }
background-color: white; background-color: white;
border: 1px solid #d9d9d9; border: 1px solid @border-color-base;
box-shadow: @box-shadow-base; box-shadow: @box-shadow-base;
border-radius: @border-radius-base; border-radius: @border-radius-base;
box-sizing: border-box; box-sizing: border-box;
@ -452,7 +452,7 @@
padding: 4px 7px; padding: 4px 7px;
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
border: 1px solid #d9d9d9; border: 1px solid @border-color-base;
border-radius: 4px; border-radius: 4px;
outline: none; outline: none;
} }

Loading…
Cancel
Save