Commit a7d8145a authored by Mark Otto's avatar Mark Otto
Browse files

fix #3036: add bg color to inputs

parent c710f039
Showing with 2 additions and 0 deletions
+2 -0
No preview for this file type
...@@ -641,6 +641,7 @@ select, ...@@ -641,6 +641,7 @@ select,
font-size: 13px; font-size: 13px;
line-height: 18px; line-height: 18px;
color: #555555; color: #555555;
background-color: #ffffff;
border: 1px solid #cccccc; border: 1px solid #cccccc;
-webkit-border-radius: 3px; -webkit-border-radius: 3px;
-moz-border-radius: 3px; -moz-border-radius: 3px;
......
...@@ -71,6 +71,7 @@ select, ...@@ -71,6 +71,7 @@ select,
font-size: @baseFontSize; font-size: @baseFontSize;
line-height: @baseLineHeight; line-height: @baseLineHeight;
color: @gray; color: @gray;
background-color: @inputBackground;
border: 1px solid @inputBorder; border: 1px solid @inputBorder;
.border-radius(@inputBorderRadius); .border-radius(@inputBorderRadius);
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment