aboutsummaryrefslogtreecommitdiff
path: root/less/buttons.less
AgeCommit message (Collapse)AuthorFilesLines
2013-10-03unify button sizing, use mixin ".button-size" also for the base sized buttonTobias Lindig1-4/+1
2013-08-28fix #10252 by restricting Android Firefox reset to only .form-control & .btnChris Rebert1-0/+1
2013-08-16xs button is xs-er (fixes #9695)Mark Otto1-1/+1
2013-08-15nuke bg image on active/open for buttons for when we add gradientsMark Otto1-0/+1
2013-08-14fixes #9511; set cursor:not-allowed for disabled buttons,checkboxes,radiosChris Rebert1-1/+1
2013-08-12Merge pull request #9373 from ggam/button-sizesMark Otto1-8/+4
Added button-size mixin
2013-08-12Added button-size mixinggam1-8/+4
2013-08-12Renamed btn-pseudo-states mixin to btn-variant for consistencyggam1-6/+6
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-05Fixes #8786 (part 2): new default button stylesMark Otto1-1/+1
Also relevant: http://www.youtube.com/watch?v=Ldyx3KHOFXw
2013-08-03Greater standardization of sizing terminologyChris Rebert1-4/+4
In class names: * large => lg * small => sm * mini => xs ("Extra small") In screen size categories: * Tiny => Extra small
2013-08-03Change line-height value with variable for btn-large and btn-smallElvis Ratzlaff1-2/+2
2013-08-02fix typo in commentChris Rebert1-1/+1
2013-08-02Tighten up buttons and form controlsMark Otto1-0/+1
* Smaller padding on buttons and large buttons * Same with inputs and large inputs * Remove about 10px from height of large inputs/buttons and 4px from regular ones Fixes #8707 and #8700. (Also relevant: #8711)
2013-08-02Resolves https://github.com/twbs/bootstrap/issues/9014. updates mixins to ↵Jon Schlinkert1-6/+6
consistently use semicolons as argument separator. Rebuild to confirm, no diff in compiled CSS.
2013-07-29Restore mini button (fixes #8644)Mark Otto1-1/+5
2013-07-29buttonsliuyl1-0/+1
2013-07-28move things aroundsyed1-3/+3
Moved alerts, badges, button groups, buttons, carousel, close to variables.less and customize.html
2013-07-26fix background of btn-linkYulong Liu1-1/+0
2013-07-26remove background:noneYulong Liu1-1/+0
2013-07-20Move inline properties to variables.lesssyed1-1/+1
moved buttons.less, carousel.less & close.less in this commit
2013-07-07more nesting in buttons.lessChris Rebert1-22/+21
2013-05-14Overhaul form control and button sizing, and some type stylesMark Otto1-8/+4
* New padding approach with separate horizontal and vertical padding variables * Improved sizing in large and small buttons and form controls * Dropped the `.btn-mini` (since we have no `.input-mini` to match, and holy fuck those were small buttons) * Dropped the `.pagination-mini` as well because once again, to hell with such small components * Changed `@line-height-headings` to `@headings-line-height` * Removed the `@headings-font-family` because it was honestly kind of useless
2013-05-07Require .btn-default for regular buttonsMark Otto1-65/+54
* 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-04-21Fixes #7617: lowercase and dash gray color varsMark Otto1-1/+1
2013-04-07rename btn bg variables so that they are consistent with the other variablesTom Pietschker1-4/+4
2013-03-31more consistent btn varsMark Otto1-6/+6
2013-03-31@link-color-hover to @link-hover-colorMark Otto1-1/+1
2013-03-16commentMark Otto1-1/+1
2013-03-16Merge pull request #7258 from acconrad/patch-1Mark Otto1-0/+1
Update buttons.less to disable btn pointer events
2013-03-12Update buttons.less to disable btn pointer eventsAdam Conrad1-0/+1
Buttons that are disabled are still clickable and can still fire click events (such as hopping up to the top of the page if your anchor href points to "#"). Adding the pointer-events:none property will truly disable the button so situations like this don't happen. 
2013-03-10Set border-box globally insteadMark Otto1-1/+0
2013-02-28Holy fucking shit fix that input group with buttons rounded corner noiseMark Otto1-0/+1
2013-02-28Fixes #6935: Use standard decimal points for .opacity() mixinMark Otto1-1/+1
2013-02-26nuke glyphicons changes in buttons for now because it's whackMark Otto1-8/+1
2013-02-05Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-3/+7
Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/examples/hero.html less/buttons.less less/carousel.less less/close.less less/dropdowns.less less/labels-badges.less less/mixins.less less/navbar.less less/navs.less less/pagination.less less/responsive-navbar.less less/scaffolding.less less/sprites.less less/thumbnails.less less/type.less
2013-02-05Merge branch '2.3.0-wip' of https://github.com/patrickhlauke/bootstrap into ↵Mark Otto1-5/+8
patrickhlauke-2.3.0-wip Conflicts: docs/assets/css/bootstrap.css less/navbar.less
2013-02-02Revamp button mixins and pseudo statesMark Otto1-38/+6
* Remove .darken-button-states and .buttonBackground mixins (latter wasn't being used anyway) * Create new .btn-pseudo-states mixin for setting button background and border colors for default and pseudo states
2013-02-02Merge branch '3.0.0-wip' of https://github.com/vickash/bootstrap into ↵Mark Otto1-38/+27
vickash-3.0.0-wip
2013-02-02Add @btn-color variable and use in buttons and carets; fixes dropup caret as ↵Mark Otto1-1/+1
well
2013-01-19IE8 compatible fix for disabled button hoverVickash Mahabir1-4/+12
2013-01-18Fix logic error where a disabled button would change color in an enabled ↵Vickash Mahabir1-2/+2
fieldset
2013-01-18Fix that thing with disabled buttons changing color on hoverVickash Mahabir1-39/+20
2013-01-17Restore .btn-infoMark Otto1-0/+11
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