mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
This commit is contained in:
commit
4a7d8de204
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…
Reference in New Issue
Block a user