aboutsummaryrefslogtreecommitdiff
path: root/less/buttons.less
AgeCommit message (Collapse)AuthorFilesLines
2012-09-30remove .border-radius mixin and replace with standard border-radius ↵Mark Otto1-5/+5
property, since -webkit-* and -moz-* are only needed for older versions
2012-09-30remove firefox <3.6 css hacks for buttonsMark Otto1-14/+0
2012-09-30Merge branch '2.1.2-wip' into exploratoryMark Otto1-2/+4
Conflicts: docs/getting-started.html docs/templates/pages/getting-started.mustache
2012-09-30Merge branch 'amid2887-master' into 2.1.2-wipMark Otto1-2/+4
2012-10-01Add missing icon class definition for buttons.lessamid28871-2/+4
add missing icon class definition for buttons: '[class*=" icon-"]'
2012-09-25remove all ie7 conditionals and mixinsMark Otto1-21/+0
2012-09-18add new vars for common border-radius, upping border-radius of inputs to ↵Mark Otto1-9/+4
4px; add border-radius changes to -large, -small, -mini for buttons and paginations
2012-09-18add new vars for common font-sizes and paddings with large, small, and mini ↵Mark Otto1-9/+13
components; resize pagination and buttons to better match each other
2012-09-12change up box-shadow mixin usage everywhere to use escaping again, or local ↵Mark Otto1-2/+2
var if necessary for further var evaluation
2012-09-03Merge pull request #4763 from Luis-TP/2.1.1-wipMark Otto1-2/+2
Improve .box-shadow mixin by utilizing regex function to no longer require escaping
2012-08-31fixes #4889: btn-link disabled stylesMark Otto1-1/+6
2012-08-27Unescaped box-shadows to take advantage of new box-shadow mixinLuis Aleman1-2/+2
2012-08-27fixes #4666: overrides for input types with .btn-blockMark Otto1-0/+15
2012-08-21alternate fix to #4522: increase line-height on btn-miniMark Otto1-1/+1
2012-08-19fixes #4462: mixins instead of vanilla cssMark Otto1-6/+2
2012-08-18fixes #4445: .btn-link shouldn't have a pressed button-like state at all, so ↵Mark Otto1-4/+7
nuking everything on :active as well
2012-08-17fix up padding on small buttons, add button examplesMark Otto1-1/+1
2012-08-15Removed pixel designation from a zeroed-out property.tobz1-1/+1
2012-08-15Updated margin adjustments of button-based icon overrides.tobz1-2/+2
2012-08-14compensate for ie7 button padding with no borders, fix indentationMark Otto1-2/+3
2012-08-01darken default button bordersMark Otto1-2/+2
2012-07-30update button styles to use updated 14px base font size, align carets to ↵Mark Otto1-4/+4
others with no opacity changes
2012-07-29reverse navbar styles to save codeMark Otto1-0/+3
2012-07-27add .btn-block for a full-width button optionMark Otto1-0/+9
2012-07-17fixes #3845: add .btn-link for transparent buttons styled as linksMark Otto1-0/+24
2012-07-10fixes #3706: add textColor and textShadow as options to .buttonBackground mixinMark Otto1-20/+1
2012-07-09Merge branch '2.1.0-wip' of https://github.com/nextgenthemes/bootstrap into ↵Mark Otto1-34/+36
nextgenthemes-2.1.0-wip Conflicts: less/buttons.less
2012-07-09wasn't feeling the new buttons, downsizing again until we get a better balanceMark Otto1-3/+3
2012-07-07Wrapped btn:hover, btn.disabled inside .btnnextgenthemes1-36/+36
2012-07-05buttons and pre updates for font-sizeMark Otto1-1/+1
2012-07-04rewrite docs homepage, new graphicsMark Otto1-1/+1
2012-07-01new jumbotronMark Otto1-2/+2
2012-06-28standardize top level file commentsMark Otto1-2/+3
2012-04-24fix ie7 button group toggles and button bordersMark Otto1-1/+3
2012-04-23fix up buttons after recess property orderMark Otto1-0/+3
2012-04-16lots of property orderingJacob Thornton1-12/+8
2012-03-31remove @shadow instances and replace with escaped values, update mixins to ↵Mark Otto1-6/+2
not use a default value at all
2012-03-25Remove black border on buttons in IE7:Mark Otto1-0/+5
1. Removed borders on .btn and increased line-height 2px to compensate 2. Set buttons to use the endColor of the gradient as the background-color by default for extra contrast between button and background 3. Set a 5% darker background-color on hover of buttons just for IE7
2012-03-25revert bart's mixin fixMark Otto1-4/+6
2012-03-23fix other instances of mixins, swap use of box-shadow everywhere, include ↵Mark Otto1-4/+4
border-radius and transition
2012-03-12button group sizes for ie7 fixesMark Otto1-0/+4
2012-03-11remove text indent on carets (not needed) and add inline replacement mixinMark Otto1-0/+1
2012-03-05add a ton new variables for type, buttons, inputsMark Otto1-9/+9
2012-02-20Merge branch 'billyvg-main' into 2.0.2-wipMark Otto1-2/+2
2012-02-20Update old button selectors 'small' and 'large' to be 'btn-small' and ↵Billy Vong1-2/+2
'btn-large'
2012-02-19Merge branch 'andriijas-2.0.1-wip' into 2.0.2-wipMark Otto1-1/+1
Conflicts: docs/assets/bootstrap.zip
2012-02-17removing duplicate reset filter since we changed the main button to use ↵Mark Otto1-1/+0
buttonBackground mixin, per #2024
2012-02-17swap last .btn-dark referenceMark Otto1-1/+1
2012-02-17Keep origin in trackAndreas Cederström1-0/+7
2012-02-16add mini buttons per #1971Mark Otto1-0/+7