|
@ -29,14 +29,15 @@ |
|
|
---------------------*/ |
|
|
---------------------*/ |
|
|
|
|
|
|
|
|
.ui.input { |
|
|
.ui.input { |
|
|
display: inline-block; |
|
|
|
|
|
position: relative; |
|
|
position: relative; |
|
|
|
|
|
display: inline-block; |
|
|
color: @inputColor; |
|
|
color: @inputColor; |
|
|
} |
|
|
} |
|
|
.ui.input input { |
|
|
.ui.input input { |
|
|
margin: 0em; |
|
|
margin: 0em; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
outline: none; |
|
|
outline: none; |
|
|
|
|
|
-webkit-tap-highlight-color: rgba(255, 255, 255, 0); |
|
|
text-align: @textAlign; |
|
|
text-align: @textAlign; |
|
|
line-height: @lineHeight; |
|
|
line-height: @lineHeight; |
|
|
|
|
|
|
|
@ -50,8 +51,6 @@ |
|
|
transition: @transition; |
|
|
transition: @transition; |
|
|
|
|
|
|
|
|
box-shadow: @boxShadow; |
|
|
box-shadow: @boxShadow; |
|
|
box-sizing: border-box; |
|
|
|
|
|
-webkit-tap-highlight-color: rgba(255, 255, 255, 0); |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -218,18 +217,15 @@ |
|
|
.ui.icon.input > .icon { |
|
|
.ui.icon.input > .icon { |
|
|
cursor: default; |
|
|
cursor: default; |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
opacity: @iconOpacity; |
|
|
|
|
|
|
|
|
text-align: center; |
|
|
top: 0px; |
|
|
top: 0px; |
|
|
right: 0px; |
|
|
right: 0px; |
|
|
|
|
|
|
|
|
margin: 0em; |
|
|
margin: 0em; |
|
|
width: @iconWidth; |
|
|
|
|
|
height: 100%; |
|
|
height: 100%; |
|
|
|
|
|
|
|
|
text-align: center; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
width: @iconWidth; |
|
|
|
|
|
opacity: @iconOpacity; |
|
|
border-radius: 0em @borderRadius @borderRadius 0em; |
|
|
border-radius: 0em @borderRadius @borderRadius 0em; |
|
|
box-sizing: border-box; |
|
|
|
|
|
transition: @iconTransition; |
|
|
transition: @iconTransition; |
|
|
} |
|
|
} |
|
|
.ui.icon.input > .icon:before, |
|
|
.ui.icon.input > .icon:before, |
|
|