Commit 4b53ea52 authored by Mark Otto's avatar Mark Otto

fixes #10223: adds color to input addon

parent 794d7845
This diff is collapsed.
...@@ -3716,6 +3716,7 @@ textarea.input-group-sm > .input-group-btn > .btn { ...@@ -3716,6 +3716,7 @@ textarea.input-group-sm > .input-group-btn > .btn {
font-size: 14px; font-size: 14px;
font-weight: normal; font-weight: normal;
line-height: 1; line-height: 1;
color: #555555;
text-align: center; text-align: center;
background-color: #eeeeee; background-color: #eeeeee;
border: 1px solid #cccccc; border: 1px solid #cccccc;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -61,6 +61,7 @@ ...@@ -61,6 +61,7 @@
font-size: @font-size-base; font-size: @font-size-base;
font-weight: normal; font-weight: normal;
line-height: 1; line-height: 1;
color: @input-color;
text-align: center; text-align: center;
background-color: @input-group-addon-bg; background-color: @input-group-addon-bg;
border: 1px solid @input-group-addon-border-color; border: 1px solid @input-group-addon-border-color;
......
Markdown is supported
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