Skip to content

Bootstrap Input Group Add On right border color #126

@hamidfzm

Description

@hamidfzm

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions