update Input append&prepend border-radius

This commit is contained in:
梁灏 2018-06-27 11:08:06 +08:00
parent eccaa940bd
commit c0d0905143
2 changed files with 86 additions and 96 deletions

View file

@ -178,7 +178,7 @@
text-align: center;
background-color: #eee;
border: 1px solid @input-border-color;
border-radius: @border-radius-base;
border-radius: @btn-border-radius;
// Reset Select's style in addon
.@{css-prefix}select {