diff options
| author | Jacob Thornton <[email protected]> | 2013-07-23 23:51:18 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2013-07-23 23:51:18 -0700 |
| commit | 930c75e5dd0f2ae861a505bda740f289570c9b8a (patch) | |
| tree | e55142ec3e404eec83325478691d0626e61b19ef /less/forms.less | |
| parent | 217eb988b8b328369e197e616b3a7adf7b38292c (diff) | |
| parent | 8540515eebf8b17286cb27f6d1804352dada875d (diff) | |
| download | bootstrap-930c75e5dd0f2ae861a505bda740f289570c9b8a.tar.xz bootstrap-930c75e5dd0f2ae861a505bda740f289570c9b8a.zip | |
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/less/forms.less b/less/forms.less index c366eb009..5991df9db 100644 --- a/less/forms.less +++ b/less/forms.less @@ -25,7 +25,7 @@ legend { line-height: inherit; color: @gray-dark; border: 0; - border-bottom: 1px solid #e5e5e5; + border-bottom: 1px solid @legend-border-color; } label { @@ -344,9 +344,8 @@ select { font-weight: normal; line-height: @line-height-base; text-align: center; - text-shadow: 0 1px 0 #fff; background-color: @gray-lighter; - border: 1px solid #ccc; + border: 1px solid @input-group-addon-border-color; border-radius: @border-radius-base; &.input-small { |
