mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-17 14:54:30 +01:00
give append/prepend inputs higher z-index on focus
This commit is contained in:
parent
08fea7587c
commit
ce69b70719
7
docs/assets/css/bootstrap.css
vendored
7
docs/assets/css/bootstrap.css
vendored
@ -861,6 +861,13 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
|
|||||||
-moz-border-radius: 0 3px 3px 0;
|
-moz-border-radius: 0 3px 3px 0;
|
||||||
border-radius: 0 3px 3px 0;
|
border-radius: 0 3px 3px 0;
|
||||||
}
|
}
|
||||||
|
.input-prepend input:focus,
|
||||||
|
.input-append input:focus,
|
||||||
|
.input-prepend .uneditable-input:focus,
|
||||||
|
.input-append .uneditable-input:focus {
|
||||||
|
position: relative;
|
||||||
|
z-index: 2;
|
||||||
|
}
|
||||||
.input-prepend .uneditable-input, .input-append .uneditable-input {
|
.input-prepend .uneditable-input, .input-append .uneditable-input {
|
||||||
border-left-color: #ccc;
|
border-left-color: #ccc;
|
||||||
}
|
}
|
||||||
|
@ -396,6 +396,10 @@ select:focus:required:invalid {
|
|||||||
input,
|
input,
|
||||||
.uneditable-input {
|
.uneditable-input {
|
||||||
.border-radius(0 3px 3px 0);
|
.border-radius(0 3px 3px 0);
|
||||||
|
&:focus {
|
||||||
|
position: relative;
|
||||||
|
z-index: 2;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.uneditable-input {
|
.uneditable-input {
|
||||||
border-left-color: #ccc;
|
border-left-color: #ccc;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user