mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-20 12:20:58 +00:00
fix #3036: add bg color to inputs
This commit is contained in:
parent
c710f03995
commit
a7d8145a32
3 changed files with 2 additions and 0 deletions
Binary file not shown.
1
docs/assets/css/bootstrap.css
vendored
1
docs/assets/css/bootstrap.css
vendored
|
|
@ -641,6 +641,7 @@ select,
|
|||
font-size: 13px;
|
||||
line-height: 18px;
|
||||
color: #555555;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #cccccc;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
|
|
|
|||
|
|
@ -71,6 +71,7 @@ select,
|
|||
font-size: @baseFontSize;
|
||||
line-height: @baseLineHeight;
|
||||
color: @gray;
|
||||
background-color: @inputBackground;
|
||||
border: 1px solid @inputBorder;
|
||||
.border-radius(@inputBorderRadius);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue