diff options
| author | Mark Otto <[email protected]> | 2012-12-09 21:46:14 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-09 21:46:14 -0800 |
| commit | 4c82dd3645ec60277b07a161c779f57dda10037c (patch) | |
| tree | 21fc55d88654449955452fe4e9a193eecd3c6bea /less/variables.less | |
| parent | 6649918c7f4df9ad8288728c6cef1ee48dc63b9a (diff) | |
| download | bootstrap-4c82dd3645ec60277b07a161c779f57dda10037c.tar.xz bootstrap-4c82dd3645ec60277b07a161c779f57dda10037c.zip | |
Refactor input groups
* Deprecate .input-append and .input-prepend
* Use new, single base class for component, .input-group
* Deprecate .addon for .input-group-addon
* For compatibility with all buttons, require .input-group-btn to wrap buttons and button dropdowns
* Still need to reimplement with segmented button dropdowns, but that's dependent on a refactor of those first
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/variables.less b/less/variables.less index 0d9b2c663..4841d485f 100644 --- a/less/variables.less +++ b/less/variables.less @@ -76,8 +76,8 @@ // Buttons // ------------------------- -@btn-background: #fff; -@btn-background-highlight: darken(#fff, 10%); +@btn-background: #fafafa; +@btn-background-highlight: darken(@btn-background, 10%); @btn-border: #bbb; @btn-backround-primary: @link-color; |
