Fix block-level input-append/input-prepend
We still had double borders going on for included add-ons.
This commit is contained in:
parent
bfe5bc179c
commit
76c2113ad4
2 changed files with 5 additions and 9 deletions
File diff suppressed because one or more lines are too long
|
|
@ -1313,17 +1313,13 @@ _::-webkit-full-page-media, _:future, :root .full-sized-box {
|
|||
min-height: inherit;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
:not(:last-child) {
|
||||
border-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.input-append.input-block-level > input {
|
||||
border-right: 0;
|
||||
}
|
||||
|
||||
.input-prepend.input-block-level > input {
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
.btn-input-dec,
|
||||
.btn-input-enc {
|
||||
//font-size: 80%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue