aboutsummaryrefslogtreecommitdiff
path: root/less/button-groups.less
AgeCommit message (Collapse)AuthorFilesLines
2014-10-26Removed unnecessary new lines that were inconsistent with current style.Baraa1-1/+0
2014-09-08Properly hide checkbox and radio inputs in button groupsHeinrich Fenkart1-5/+8
`pointer-events: none;` for modern browsers (including IE11+), `clip: rect(1px, 1px, 1px, 1px);` for everything else. Fixes #14137
2014-07-06Fixes #14053: Don't show radio/checkbox in justified button groupsMark Otto1-5/+10
2014-05-12Merge pull request #13369 from armikbd/bootstrap-itsmeMark Otto1-0/+4
Dropdown menu in justified button-group
2014-05-10Squashed commit of the following:Daniel1-1/+1
commit 81324491f4913d6797c3c9e4df83a1aefd7d9116 Author: Daniel <[email protected]> Date: Sat May 10 17:37:29 2014 +0100 use opacity mixin commit 694b0a3fcd196e8cba9e4c23850f903c0804cb44 Author: Daniel Husar <[email protected]> Date: Fri May 9 13:47:35 2014 +0100 Update button-groups.less
2014-04-17Dropdown menu in justified button-groupIqbal Kabir1-0/+4
It seems that dropdown-menu in justified button-group appears at the far left of the group. Check the problem in [Bootstrap site](http://getbootstrap.com/components/#btn-groups-justified).
2014-03-10Use `outline: 0` consistentlyZlatan Vasović1-1/+1
2014-03-06Comment for #12794Mark Otto1-1/+9
2014-02-19Fix UAs required message position on grouped radio buttonsDemian Ferreiro1-1/+3
Instead of not rendering the element at all with display:none, use opacity:0 and z-index:-1 so the radio element has a defined position on the document and user agents can show the required message in the right place.
2014-02-06use Less' extend feature in btn-group-lg etc.Chris Rebert1-3/+3
2013-12-15Merge pull request #11494 from blowsie/patch-2Mark Otto1-2/+2
Fixed single dropdown-toggle in btn-group-veritcal not being rounded
2013-12-14Fixes #10921: Add support for input groups within button toolbarsMark Otto1-7/+6
* Floats any `.input-group` within a toolbar * Simplifies the CSS to remove sibling selectors and instead use a negative amrgin on the parent with only `margin-left` See it in action: http://jsbin.com/aGEcUqAT/1/.
2013-12-08Switch to `&:extend(.clearfix all)` for clearfix mixinMark Otto1-2/+2
Original discussion: https://github.com/less/less.js/issues/1437#issuecomment-21383639. Since we’re switching to `grunt-contrib-less`, we can take advantage of newer LESS features than what RECESS supported. Included in that is the ability to `:extend`, and not only that, but `:extend(.mixin-name all)`. By doing so, we remove duplicate CSS for all our elements that were being clearfix-ed. Fixes #8947, #8968, #8991, #9257, #9268, #9291, #9430, #9604, #9686, #9929, #10731, #10793, #11305, #11498, #11533, #11570, #11604, #11652. (dem issues, tho)
2013-11-30Merge branch 'master' into pr/11536Mark Otto1-32/+2
Conflicts: dist/css/bootstrap.min.css
2013-11-29Merge branch 'pr/11493'Mark Otto1-1/+2
Conflicts: dist/css/bootstrap.min.css
2013-11-28removed all caret border color settings.Tobias Lindig1-31/+0
2013-11-19add support for button dropdowns in justified button groupsaentan1-1/+5
2013-11-15Fixed single btn in btn-group-veritcal not being roundedSam Blowes1-2/+2
2013-11-15Fixed button group button not being 100% widthSam Blowes1-1/+2
Example of issue here. https://dl.dropboxusercontent.com/u/14037764/Development/stackoverflow/bootstrap/vertical-btn.PNG
2013-10-27Ditch ampZlatan Vasović1-1/+1
2013-10-20fixes #11126: remove box-shadow from open dropdown toggle with .btn-linkMark Otto1-0/+5
2013-08-18rm redundant ampersands from button-groups LESSChris Rebert1-5/+5
2013-08-18combine and simplify caret border widthsMark Otto1-3/+2
2013-08-18fixed caretliuyl1-1/+3
2013-08-15fixes #9596: proper dropup caret colorsMark Otto1-8/+10
2013-08-14fixes #9406: proper border for justified btn-groups inside tablesLuca Wehrstedt1-0/+1
2013-08-13enable button groups in vertical button groupsMark Otto1-13/+20
2013-08-13derpMark Otto1-8/+35
2013-08-12fix negative indenting in button group for nested button groupsMark Otto1-1/+4
2013-08-12drop the class on the button group toggles CSS (alt fix to #9297)Mark Otto1-2/+2
2013-08-12Newfangled input and button group sizing (fixes #9295)Mark Otto1-0/+8
Instead of applying `.btn-` or `.input-` to individual elements in button and input groups, we now have new sizing classes to keep your markup a little leaner. * Add `.input-group-sm` or `.input-group-lg` to your `.input-group` to replicate `.input-sm` and `.input-lg`, respectively. * Add `.btn-group-xs`, `.btn-group-sm`, or `.btn-group-lg` to your `.btn-group` to replicate `.btn-xs`, `.btn-sm`, and `. btn-lg`, respectively. Both sets of new sizing classes simply use the existing individual sizing classes as mixins, so customization of them is automatically inherited when compiling.
2013-08-05fixes #8647: remove focus outline on :focus of buttons in button groupsMark Otto1-0/+4
2013-08-05Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into ↵Mark Otto1-2/+2
saas786-3.0.0-wip Conflicts: customize.html less/alerts.less less/badges.less less/button-groups.less less/buttons.less less/carousel.less
2013-08-05More button updatesMark Otto1-4/+25
- Fixes #9113 (caret colors in dropdown buttons) - Darken borders around buttons for contrast in button groups
2013-08-04fixes #8805: ensure .active buttons in button groups behave like :active buttonsMark Otto1-1/+2
2013-08-05btngroupsliuyl1-2/+2
2013-08-03Greater standardization of sizing terminologyChris Rebert1-3/+3
In class names: * large => lg * small => sm * mini => xs ("Extra small") In screen size categories: * Tiny => Extra small
2013-08-01add table-layoutliuyl1-0/+1
2013-07-29add focus to button group active button behaviorMark Otto1-0/+1
2013-07-28move things aroundsyed1-2/+2
Moved alerts, badges, button groups, buttons, carousel, close to variables.less and customize.html
2013-07-21refactor button-groups.lessliuyl1-5/+6
2013-07-18get button js working with actual form elements p coollfat1-2/+2
2013-07-07more nesting in button-groups.lessChris Rebert1-11/+15
2013-06-28Nuke hella thingsMark Otto1-4/+0
* Any mentions of .btn-mini * Old docs page that somehow found it's way back
2013-05-13Fix caret positionRobert Burns1-1/+0
2013-05-09Update button groups to use not selector and remove redundant CSS.Blake Embrey1-38/+28
2013-05-07Require .btn-default for regular buttonsMark Otto1-2/+2
* Instead of , use for standard, gray button * Improves ability to customize buttons by encouraging folks to not override .btn and thus overriding all button modifier classes * Updates docs to reflect the change * Reorganize buttons CSS
2013-05-03Fixes #7511: add support for nested button groups so you can use dropdowns ↵Mark Otto1-0/+15
in your button groups
2013-03-30fuck everything about .clear_float() -- restore .clearfix() as mixinMark Otto1-1/+1
2013-03-16Fix vertical button groupsMark Otto1-0/+1