diff options
| author | Mark Otto <[email protected]> | 2012-01-27 19:49:56 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-27 19:49:56 -0800 |
| commit | d02c6957d44761c35121cb88af727802ce4d9e5e (patch) | |
| tree | f54e91a3377c1c9b3ec668926ecc103754e81305 /less/button-groups.less | |
| parent | a624ac1edf7484dbdf7f4176d9d4485f1878f4e5 (diff) | |
| download | bootstrap-d02c6957d44761c35121cb88af727802ce4d9e5e.tar.xz bootstrap-d02c6957d44761c35121cb88af727802ce4d9e5e.zip | |
fixing up buttons and examples of implementing icons
Diffstat (limited to 'less/button-groups.less')
| -rw-r--r-- | less/button-groups.less | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index fafc95584..471d33748 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -16,6 +16,8 @@ // Optional: Group multiple button groups together for a toolbar .btn-toolbar { + margin-top: @baseLineHeight / 2; + margin-bottom: @baseLineHeight / 2; .btn-group { display: inline-block; .ie7-inline-block(); @@ -110,9 +112,14 @@ // Reposition the caret .btn .caret { - margin-top: 6px; + margin-top: 7px; margin-left: 0; } +.btn:hover .caret, +.open.btn-group .caret { + .opacity(100); +} + // Account for other colors .primary, |
