diff options
| author | Mark Otto <[email protected]> | 2012-01-27 23:53:56 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-27 23:53:56 -0800 |
| commit | ce69b70719581f87e2542710fa92fa4163acefc7 (patch) | |
| tree | 86796a780c47439bbf5dc7233b12aa4389a89805 /less | |
| parent | 08fea7587c536b7daa2c976cdb50144379ae2a62 (diff) | |
| download | bootstrap-ce69b70719581f87e2542710fa92fa4163acefc7.tar.xz bootstrap-ce69b70719581f87e2542710fa92fa4163acefc7.zip | |
give append/prepend inputs higher z-index on focus
Diffstat (limited to 'less')
| -rw-r--r-- | less/forms.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index c7342626f..b8cb48b48 100644 --- a/less/forms.less +++ b/less/forms.less @@ -396,6 +396,10 @@ select:focus:required:invalid { input, .uneditable-input { .border-radius(0 3px 3px 0); + &:focus { + position: relative; + z-index: 2; + } } .uneditable-input { border-left-color: #ccc; |
