|
|
@ -22,7 +22,7 @@ |
|
|
|
display: inline-block; |
|
|
|
cursor: pointer; |
|
|
|
font-size: @font-size-base; |
|
|
|
background-color: #fff; |
|
|
|
background-color: @component-background; |
|
|
|
border-radius: @border-radius-base; |
|
|
|
outline: 0; |
|
|
|
|
|
|
@ -62,7 +62,7 @@ |
|
|
|
position: absolute; |
|
|
|
right: 8px; |
|
|
|
z-index: 2; |
|
|
|
background: #fff; |
|
|
|
background: @component-background; |
|
|
|
top: 50%; |
|
|
|
font-size: @font-size-base; |
|
|
|
color: @disabled-color; |
|
|
@ -106,7 +106,7 @@ |
|
|
|
} |
|
|
|
&-menus { |
|
|
|
font-size: @font-size-base; |
|
|
|
background: #fff; |
|
|
|
background: @component-background; |
|
|
|
position: absolute; |
|
|
|
z-index: @zindex-dropdown; |
|
|
|
border-radius: @border-radius-base; |
|
|
|