|
@ -50,6 +50,7 @@ |
|
|
color: @input-color; |
|
|
color: @input-color; |
|
|
font-size: @font-size-base; |
|
|
font-size: @font-size-base; |
|
|
line-height: @line-height-base; |
|
|
line-height: @line-height-base; |
|
|
|
|
|
text-align: inherit; |
|
|
background-color: @input-bg; |
|
|
background-color: @input-bg; |
|
|
background-image: none; |
|
|
background-image: none; |
|
|
border: @border-width-base @border-style-base @input-border-color; |
|
|
border: @border-width-base @border-style-base @input-border-color; |
|
@ -346,6 +347,7 @@ |
|
|
position: relative; |
|
|
position: relative; |
|
|
display: inline-block; |
|
|
display: inline-block; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
|
|
|
text-align: start; |
|
|
|
|
|
|
|
|
&:hover .@{inputClass}:not(.@{inputClass}-disabled) { |
|
|
&:hover .@{inputClass}:not(.@{inputClass}-disabled) { |
|
|
.hover(); |
|
|
.hover(); |
|
|