aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-12 14:01:58 -0800
committerMark Otto <[email protected]>2012-02-12 14:01:58 -0800
commita9e469e75aba9edb6e4b0eb29f0a51dbef3167b7 (patch)
treeab09b6370dc8fce74d06eed515a961bbb092e55f /less/forms.less
parent86b6ea4b5f2919c6dd962301b94af4e4096dbb16 (diff)
downloadbootstrap-a9e469e75aba9edb6e4b0eb29f0a51dbef3167b7.tar.xz
bootstrap-a9e469e75aba9edb6e4b0eb29f0a51dbef3167b7.zip
add navbar background hover variable and fix uneditable-input with append/prepend controls
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 81833b064..eb98f1bcb 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -395,6 +395,7 @@ select:focus:required:invalid {
.border-radius(3px 0 0 3px);
}
.uneditable-input {
+ border-left-color: #eee;
border-right-color: #ccc;
}
.add-on {