diff options
| author | Mark Otto <[email protected]> | 2012-03-22 21:08:41 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-22 21:08:41 -0700 |
| commit | 1852d077bfa15308808c470a031f6e6b5c3dc8d2 (patch) | |
| tree | 6e0a92dbebe57d78d606df1c9a9b5d03e330a31b /less/forms.less | |
| parent | b011daf67fbb3cde6c33b40a0347d7e1a8d183ad (diff) | |
| download | bootstrap-1852d077bfa15308808c470a031f6e6b5c3dc8d2.tar.xz bootstrap-1852d077bfa15308808c470a031f6e6b5c3dc8d2.zip | |
add shell of tests page, lighten form actions background and give it a variable
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less index ffd198372..5ce8b0c1c 100644 --- a/less/forms.less +++ b/less/forms.less @@ -314,7 +314,7 @@ select:focus:required:invalid { padding: (@baseLineHeight - 1) 20px @baseLineHeight; margin-top: @baseLineHeight; margin-bottom: @baseLineHeight; - background-color: @grayLighter; + background-color: @formActionsBackground; border-top: 1px solid #ddd; .clearfix(); // Adding clearfix to allow for .pull-right button containers } |
