aboutsummaryrefslogtreecommitdiff
path: root/less/button-groups.less
AgeCommit message (Collapse)AuthorFilesLines
2012-04-24fix ie7 button group toggles and button bordersMark Otto1-4/+2
2012-04-23fix up buttons after recess property orderMark Otto1-0/+1
2012-04-02fix #2913: get more specific with button group selectorsMark Otto1-15/+15
2012-03-31remove @shadow instances and replace with escaped values, update mixins to ↵Mark Otto1-7/+2
not use a default value at all
2012-03-25revert bart's mixin fixMark Otto1-5/+7
2012-03-23Merge branch 'bartt-master' into 2.0.3-wipMark Otto1-4/+5
Conflicts: docs/assets/bootstrap.zip docs/assets/css/bootstrap.css less/button-groups.less
2012-03-23fix other instances of mixins, swap use of box-shadow everywhere, include ↵Mark Otto1-4/+5
border-radius and transition
2012-03-23fix #2625 manually: account for dropup caret on large buttonMark Otto1-4/+9
2012-03-22Dropdowns overhaul:Mark Otto1-11/+28
1. Removed broken and unused dropup examples from the navs/pills docs 2. New defaults for dropdown menus: all corners are rounded and always 1px offset from top unless otherwise specified 3. Refined active and open states for button dropdowns by adding a darker background color for each button variation when opened; also changed the opened dropdown-toggle's inset shadow to match that of an :active button 4. Generalized .dropdown.open to just .open, thus removing a few lines from button-groups.less. 5. Annnnnnnnnd I think that's it.
2012-03-12button group sizes for ie7 fixesMark Otto1-2/+8
2012-03-10add button sizes to docs for button dropdowns, clean up styles for themMark Otto1-0/+21
2012-03-05Merge branch 'charettes-small-button-dropdowns-caret' into 2.0.2-wipMark Otto1-5/+0
Conflicts: less/dropdowns.less
2012-03-05fix warning button issue per #2392 and add warning buttons to componentsMark Otto1-0/+1
2012-03-04Fixed small button caret and moved less code to dropdownsSimon Charette1-5/+0
2012-02-21Merge branch '2.0/fork/components/dropup' of ↵Mark Otto1-0/+1
https://github.com/buraktuyan/bootstrap into buraktuyan-2.0/fork/components/dropup Conflicts: docs/assets/css/bootstrap.css docs/components.html docs/templates/pages/components.mustache less/navbar.less
2012-02-12change classname from .btn-dark to .btn-inverse, change use textMark Otto1-1/+1
2012-02-10Added the carret of the buttonSimon1-1/+2
2012-01-30*really* refactor the buttons and update them all over the docsMark Otto1-5/+5
2012-01-30Adding dropup support to split buttons and navbarBurak Tuyan1-0/+1
* Documents the hidden .dropdown-menu.bottom-up option (to be used for dropups) * Extends the .bottom-up class to carets and all relevant caret styles * Adds .dropdown-menu.pull-right class for right-aligned dropdowns and dropups * Adds examples and some information to the "split dropdown" and "navbar" sections of the Docs
2012-01-28nav, buttons, and docs updates to account for outline: 0; on :activeMark Otto1-0/+7
2012-01-27rgba text color on active buttons for a bit more contrast from their ↵Mark Otto1-1/+2
non-active siblings
2012-01-27fixing up buttons and examples of implementing iconsMark Otto1-1/+8
2012-01-27clean up use of mixins to highlight them appropriately in your fav editorMark Otto1-2/+2
2012-01-27IE7 fixes for split buttons and dropdownsPete Hopkins1-10/+20
2012-01-27Adds necessary ie7-inline-block macrosPete Hopkins1-0/+1
2012-01-26moving structure around + more work on builder...Jacob Thornton1-0/+121