diff options
| author | Mark Otto <[email protected]> | 2012-07-30 12:52:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-30 12:52:44 -0700 |
| commit | b2ebd5c46ca538142c5cd4164328c56053b5c79d (patch) | |
| tree | 8281ab10e54759ebf419618d9dae82cf4c6c2dcd /less/variables.less | |
| parent | 7fa99fb1fe9392f61cb5c46f7e5082e73e8b8784 (diff) | |
| download | bootstrap-b2ebd5c46ca538142c5cd4164328c56053b5c79d.tar.xz bootstrap-b2ebd5c46ca538142c5cd4164328c56053b5c79d.zip | |
update button styles to use updated 14px base font size, align carets to others with no opacity changes
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/variables.less b/less/variables.less index 7d627f9ee..93cd1d639 100644 --- a/less/variables.less +++ b/less/variables.less @@ -70,7 +70,7 @@ // ------------------------- @btnBackground: @white; @btnBackgroundHighlight: darken(@white, 10%); -@btnBorder: #ccc; +@btnBorder: #bbb; @btnPrimaryBackground: @linkColor; @btnPrimaryBackgroundHighlight: spin(@btnPrimaryBackground, 20%); |
