update Input group style
This commit is contained in:
parent
c0d0905143
commit
d8fc256822
2 changed files with 2 additions and 1 deletions
|
@ -127,6 +127,7 @@
|
|||
@input-color : @text-color;
|
||||
@input-border-color : @border-color-base;
|
||||
@input-bg : #fff;
|
||||
@input-group-bg : #f8f8f9;
|
||||
|
||||
@input-hover-border-color : @primary-color;
|
||||
@input-focus-border-color : @primary-color;
|
||||
|
|
|
@ -176,7 +176,7 @@
|
|||
line-height: 1;
|
||||
color: @input-color;
|
||||
text-align: center;
|
||||
background-color: #eee;
|
||||
background-color: @input-group-bg;
|
||||
border: 1px solid @input-border-color;
|
||||
border-radius: @btn-border-radius;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue