aboutsummaryrefslogtreecommitdiff
path: root/lib/forms.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-09-15 22:27:41 -0700
committerJacob Thornton <[email protected]>2011-09-15 22:27:41 -0700
commit68f89d109f1a3324267988159421f7c745d8f6b7 (patch)
treea4740e8a1be070acc3e6cbc7951d00190deccad0 /lib/forms.less
parent8896497ea88037fe3e082eb7d7d9c3c3051b9b6b (diff)
downloadbootstrap-68f89d109f1a3324267988159421f7c745d8f6b7.tar.xz
bootstrap-68f89d109f1a3324267988159421f7c745d8f6b7.zip
little fixes for ie 7
Diffstat (limited to 'lib/forms.less')
-rw-r--r--lib/forms.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/forms.less b/lib/forms.less
index 4c307fe08..3ee60470e 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -140,7 +140,7 @@ textarea {
}
input:focus,
textarea:focus {
- outline: none;
+ outline: 0;
border-color: rgba(82,168,236,.8);
@shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
.box-shadow(@shadow);
@@ -331,6 +331,8 @@ textarea[readonly] {
}
.add-on {
position: relative;
+ background: #f5f5f5;
+ border: 1px solid #ccc;
z-index: 2;
float: left;
display: block;
@@ -344,8 +346,6 @@ textarea[readonly] {
color: @grayLight;
text-align: center;
text-shadow: 0 1px 0 @white;
- background-color: #f5f5f5;
- border: 1px solid #ccc;
.border-radius(3px 0 0 3px);
}
.active {