mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
Add a variable to control input addon's background (#6040)
This commit is contained in:
parent
291ca97428
commit
e65dd692d2
@ -137,7 +137,7 @@
|
|||||||
line-height: 1;
|
line-height: 1;
|
||||||
color: @input-color;
|
color: @input-color;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: #eee;
|
background-color: @input-addon-bg;
|
||||||
border: @border-width-base @border-style-base @input-border-color;
|
border: @border-width-base @border-style-base @input-border-color;
|
||||||
border-radius: @border-radius-base;
|
border-radius: @border-radius-base;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -236,6 +236,7 @@
|
|||||||
@input-color : @text-color;
|
@input-color : @text-color;
|
||||||
@input-border-color : @border-color-base;
|
@input-border-color : @border-color-base;
|
||||||
@input-bg : #fff;
|
@input-bg : #fff;
|
||||||
|
@input-addon-bg : #eee;
|
||||||
@input-hover-border-color : @primary-color;
|
@input-hover-border-color : @primary-color;
|
||||||
@input-disabled-bg : @disabled-bg;
|
@input-disabled-bg : @disabled-bg;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user