aboutsummaryrefslogtreecommitdiff
path: root/less/buttons.less
AgeCommit message (Collapse)AuthorFilesLines
2013-01-16Derp on type styles a bit more; bring back and fix up more more docs stylesMark Otto1-1/+1
2013-01-13Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-1/+0
Conflicts: Makefile README.md component.json docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/assets/js/bootstrap-affix.js docs/assets/js/bootstrap-alert.js docs/assets/js/bootstrap-button.js docs/assets/js/bootstrap-carousel.js docs/assets/js/bootstrap-collapse.js docs/assets/js/bootstrap-dropdown.js docs/assets/js/bootstrap-modal.js docs/assets/js/bootstrap-popover.js docs/assets/js/bootstrap-scrollspy.js docs/assets/js/bootstrap-tab.js docs/assets/js/bootstrap-tooltip.js docs/assets/js/bootstrap-transition.js docs/assets/js/bootstrap-typeahead.js docs/assets/js/bootstrap.js docs/components.html docs/css.html docs/examples/fluid.html docs/extend.html docs/getting-started.html docs/index.html docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache docs/templates/pages/extend.mustache docs/templates/pages/getting-started.mustache docs/templates/pages/index.mustache docs/templates/pages/javascript.mustache js/bootstrap-affix.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-tooltip.js js/bootstrap-transition.js js/bootstrap-typeahead.js less/bootstrap.less less/buttons.less less/forms.less less/navbar.less less/popovers.less less/responsive-767px-max.less less/responsive.less less/tables.less less/tooltip.less less/type.less less/variables.less package.json
2013-01-13Fix btn link hover and tweak dropdown border/shadowsMark Otto1-1/+5
2013-01-12white text on buttons on hover for linksMark Otto1-0/+1
2013-01-12buttons and button group flattening improvementsMark Otto1-1/+0
2013-01-12finetune buttons flattened colorsMark Otto1-12/+43
2013-01-11Fixes #6474: remove duplicate .btn border colors to make @btn-border workMark Otto1-5/+0
2012-12-21flatten buttons and formsMark Otto1-8/+15
2012-12-19Holy shit, buttons, button states, and input states updatedMark Otto1-5/+6
2012-12-19Merge branch '3.0.0-wip' of https://github.com/cvrebert/bootstrap into ↵Mark Otto1-5/+12
cvrebert-3.0.0-wip Conflicts: docs/assets/css/bootstrap.css less/mixins.less
2012-12-19More button tweaksMark Otto1-12/+12
2012-12-19remove commented out buttons css, update docsMark Otto1-69/+5
2012-12-19overhaul buttonsMark Otto1-31/+58
2012-12-09fixes #5605: style as disabled all form controls & btns under a disabled ↵Chris Rebert1-5/+12
fieldset this is a resubmission of #5875, but now against branch 3.0.0-wip does not exclude elements under a fieldset's legend issue #6058 is a duplicate of #5605
2012-12-09Refactor input groupsMark Otto1-0/+1
* Deprecate .input-append and .input-prepend * Use new, single base class for component, .input-group * Deprecate .addon for .input-group-addon * For compatibility with all buttons, require .input-group-btn to wrap buttons and button dropdowns * Still need to reimplement with segmented button dropdowns, but that's dependent on a refactor of those first
2012-12-08Merge branch 'master' into 3.0.0-wipMark Otto1-0/+4
Conflicts: docs/assets/css/bootstrap.css docs/assets/js/bootstrap.js docs/css.html docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache docs/templates/pages/javascript.mustache less/breadcrumbs.less less/tables.less less/tests/css-tests.html
2012-12-07Fixes #6148: Icons in mini buttons properly alignedMark Otto1-0/+4
2012-11-30more vars changed, remove @white varMark Otto1-9/+9
2012-11-30more consistent variable naming patternsMark Otto1-12/+12
2012-11-30Part 1 of unCamelCasing variablesMark Otto1-4/+4
2012-11-28Fixes #5963: Add large button example to icons, fix vertical alignment in ↵Mark Otto1-1/+1
large buttons
2012-11-08remove * line-heightMark Otto1-1/+0
2012-11-04Merge branch '2.2.2-wip' into exploratoryMark Otto1-4/+0
Conflicts: docs/assets/css/bootstrap.css less/buttons.less less/forms.less
2012-11-04remove unnecessary bg declarations in buttons per #5684Mark Otto1-5/+0
2012-11-03Merge branch 'glyphicons_font' into exploratoryMark Otto1-10/+9
Conflicts: docs/assets/css/bootstrap.css docs/assets/css/docs.css less/sprites.less
2012-11-02Merge branch '2.2.2-wip' into exploratoryMark Otto1-1/+1
Conflicts: docs/assets/css/bootstrap.css docs/getting-started.html docs/templates/pages/getting-started.mustache less/accordion.less less/alerts.less less/breadcrumbs.less less/buttons.less less/code.less less/dropdowns.less less/forms.less less/navbar.less less/progress-bars.less less/responsive-navbar.less less/tables.less less/thumbnails.less less/tooltip.less less/wells.less
2012-11-02tweaks to icons defaults and in buttons improve vertical alignMark Otto1-3/+3
2012-11-02removing glyphicons images, swapping in new icon font with new classesMark Otto1-10/+9
2012-10-03use border-radius vars where possibleMark Otto1-1/+1
2012-10-01reset input and button heights with updated paddingMark Otto1-1/+1
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