Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-03-23 11:51:31 +0400
committerMark Otto <markotto@twitter.com>2012-03-23 11:51:31 +0400
commitf330de0b5c506267dcee917c23844697ee56230d (patch)
tree291d477554205ed5f5a5aa380870f88f7471261e /less/forms.less
parent281e058ef24aabd6ed47e3a2a9de7617dc685964 (diff)
add comment for append/prepend z-indexing
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less
index 5ce8b0c1c6..83e1013bfa 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -368,6 +368,7 @@ select:focus:required:invalid {
*margin-left: 0;
vertical-align: middle;
.border-radius(0 3px 3px 0);
+ // Make input on top when focused so blue border and shadow always show
&:focus {
position: relative;
z-index: 2;