diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-08-19 20:05:19 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-08-19 20:05:19 -0400 |
commit | 424dd8bc118b36c9173dbdc05661086c8566fd17 (patch) | |
tree | 6e8d8f9c4aa7b1bd209448f5ac7d78b4e983b573 /bower_components/bootstrap/less/button-groups.less | |
parent | d29efdf7b225badbee54f074400c996be7159233 (diff) |
update bootstrap to 3.0.0 final
Diffstat (limited to 'bower_components/bootstrap/less/button-groups.less')
-rwxr-xr-x | bower_components/bootstrap/less/button-groups.less | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/bower_components/bootstrap/less/button-groups.less b/bower_components/bootstrap/less/button-groups.less index e4a78cd4..43ada11d 100755 --- a/bower_components/bootstrap/less/button-groups.less +++ b/bower_components/bootstrap/less/button-groups.less @@ -22,11 +22,11 @@ & .btn-default .caret { border-bottom-color: @btn-default-color; } - & .btn-primary, - & .btn-success, - & .btn-warning, - & .btn-danger, - & .btn-info { + .btn-primary, + .btn-success, + .btn-warning, + .btn-danger, + .btn-info { .caret { border-bottom-color: #fff; } @@ -159,11 +159,12 @@ } // Carets in other button sizes .btn-lg .caret { - border-width: @caret-width-large; + border-width: @caret-width-large @caret-width-large 0; + border-bottom-width: 0; } // Upside down carets for .dropup .dropup .btn-lg .caret { - border-bottom-width: @caret-width-large; + border-width: 0 @caret-width-large @caret-width-large; } |