1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 23:59:53 +02:00
This commit is contained in:
Mark Otto
2018-09-18 21:35:40 -07:00
parent 0bec1c8897
commit f6244654a6
19 changed files with 53 additions and 15 deletions

View File

@@ -3399,6 +3399,11 @@ input[type="button"].btn-block {
z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,