diff options
| author | Jon Stevens <[email protected]> | 2012-01-21 15:24:06 -0800 |
|---|---|---|
| committer | Jon Stevens <[email protected]> | 2012-01-21 15:24:06 -0800 |
| commit | e0238bfb08b67c089c1c609e9e68e5252e0ba992 (patch) | |
| tree | 0fed4e64903b7948cfef3e6d440267b1ce2dc4b2 /lib/button-groups.less | |
| parent | 719713ca8730d92d3510e6d4a7cc542fd57fdeef (diff) | |
| download | bootstrap-e0238bfb08b67c089c1c609e9e68e5252e0ba992.tar.xz bootstrap-e0238bfb08b67c089c1c609e9e68e5252e0ba992.zip | |
clean up variable usage with colors
Diffstat (limited to 'lib/button-groups.less')
| -rw-r--r-- | lib/button-groups.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/button-groups.less b/lib/button-groups.less index e9724ba8c..253469f88 100644 --- a/lib/button-groups.less +++ b/lib/button-groups.less @@ -110,7 +110,7 @@ .info, .success { .caret { - border-top-color: #fff; + border-top-color: @white; .opacity(75); } } |
