bootstrap-rtl icon indicating copy to clipboard operation
bootstrap-rtl copied to clipboard

Bootstrap Input Group Add On right border color

Open hamidfzm opened this issue 8 years ago • 0 comments

screen shot 1396-02-07 at 9 39 33 pm

In bootstrap rtl no right border color is defined for input group addon. Here is the current code:

.input-group-addon:first-child {
    border-left: 0;
    border-right: 1px solid;
}

If you change it into something like this probably solve the problem for bootstrap current theme. But for other themes I don't think so...

.input-group-addon:first-child {
    border-left: 0;
    border-right: 1px solid #ccc;
}
screen shot 1396-02-07 at 9 44 57 pm

hamidfzm avatar Apr 27 '17 17:04 hamidfzm