| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-04-08 | rm defunct workaround for OS X Chrome <select> printing bug | Chris Rebert | 1 | -6/+0 | |
| Chrome fixed the bug several versions ago (see https://github.com/twbs/bootstrap/issues/11245#issuecomment-57494756 ) thus rendering this workaround unnecessary. [skip sauce] | |||||
| 2015-04-08 | Reset text/font properties more thoroughly for tooltips+popovers; fixes #15925 | Chris Rebert | 4 | -13/+27 | |
| [skip sauce] | |||||
| 2015-04-08 | hoist text-decoration reset up from .tooltip-inner to .tooltip | Chris Rebert | 1 | -1/+1 | |
| 2015-04-08 | tooltip: line-height: 1.4 => @line-height-base | Chris Rebert | 1 | -1/+1 | |
| 2015-04-07 | Use CSS hack to fix IE8 .caret regression introduced by #15697; fixes #16172 | Chris Rebert | 1 | -0/+1 | |
| [skip sauce] [skip validator] | |||||
| 2015-04-07 | add px unit to perspective property value; fixes #16247 | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] [skip validator] | |||||
| 2015-04-05 | Merge pull request #15978 from sqal/fix_pagination_border_on_hover | Mark Otto | 1 | -0/+1 | |
| [Fixes #15976] Fix pagination link cut off border on hover | |||||
| 2015-04-05 | property order | Mark Otto | 1 | -1/+1 | |
| 2015-04-05 | Merge pull request #15945 from kkirsche/patch-9 | Mark Otto | 1 | -0/+1 | |
| [Fixes #15944] Add Z-Index to avoid border overlapping | |||||
| 2015-04-04 | Merge pull request #16234 from twbs/normalize_303 | Mark Otto | 1 | -11/+8 | |
| Normalize v3.0.3 | |||||
| 2015-04-04 | Merge branch 'master' into fix_15830 | Mark Otto | 3 | -13/+54 | |
| Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css | |||||
| 2015-04-04 | Merge pull request #16224 from vsn4ik/fix_theme_disabled_btn | Mark Otto | 1 | -4/+17 | |
| Fix theme.css .btn[disabled] styles. | |||||
| 2015-04-04 | bring in normalize's v3.0.3 changes | Mark Otto | 1 | -11/+8 | |
| 2015-04-04 | Fix theme.css .btn[disabled] styles. | vsn4ik | 1 | -4/+17 | |
| 2015-04-04 | Merge pull request #16176 from twbs/input_group_sizing | Mark Otto | 1 | -4/+6 | |
| Static form control sizing in input groups, again | |||||
| 2015-04-02 | Adds button styles to `.list-group-item` | Zac Echola | 2 | -4/+11 | |
| Includes buttons with anchor sytles and modifies buttons to match width and text alignment. | |||||
| 2015-03-28 | Fixes #15536: Resize .control-label's font-size and account for border on ↵ | Mark Otto | 1 | -4/+6 | |
| static form control in form groups | |||||
| 2015-03-28 | fixes #15830: properly reset border-radius on list items in collapsing panel ↵ | Mark Otto | 1 | -0/+6 | |
| groups | |||||
| 2015-03-28 | Merge pull request #15956 from twbs/input-group-sizes-glyphicon | Mark Otto | 1 | -2/+4 | |
| Input group sizes: Properly position `.form-control-feedback` | |||||
| 2015-03-28 | Merge pull request #16159 from twbs/input_sizing | Mark Otto | 1 | -2/+26 | |
| Fixes #15074 | |||||
| 2015-03-28 | Match all other responsive utilities and use important on the display: table | Mark Otto | 1 | -1/+1 | |
| 2015-03-28 | Merge branch 'master' into input_sizing | Mark Otto | 6 | -6/+31 | |
| Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css | |||||
| 2015-03-28 | Merge pull request #16154 from patrickhlauke/focus-active-disambiguation | Patrick H. Lauke | 1 | -2/+18 | |
| Darker style focus/hover on active buttons | |||||
| 2015-03-26 | Make .bg-variant adjust :focus color in addition to :hover color | Serhan Apaydın | 1 | -1/+2 | |
| 2015-03-25 | Merge pull request #16089 from max-b/jumbotron-font-size | Chris Rebert | 2 | -1/+2 | |
| Jumbotron: Putting heading font size in variables to allow for easier overrides | |||||
| 2015-03-25 | Make .text-emphasis-variant adjust :focus color in addition to :hover color | Serhan Apaydın | 1 | -1/+2 | |
| Closes #16047 by merging a tweaked version of it. | |||||
| 2015-03-25 | Fixes #15074: Manually handle input sizing in form groups instead of using ↵ | Mark Otto | 1 | -2/+26 | |
| mixins because nesting | |||||
| 2015-03-25 | Darker style focus/hover on active buttons | Patrick H. Lauke | 1 | -2/+18 | |
| Currently, hovering with mouse or setting focus on a button which is active has same styling as on a non-active button. This results in problems for keyboard users, who set focus on a toggle and activate it, but cannot visually see that their action had any effect. Ditto for mouse users hovering over a toggle and clicking it. This adds an explicit additional style for focus/hover on active buttons. Note that this does not address issues of browser focus remaining on a button after a mouse click (e.g. #13971), as this will likely require extra JavaScript to fix. | |||||
| 2015-03-18 | Jumbotron: Putting heading font size in variables to allow for easier overrides. | Maxb | 2 | -1/+2 | |
| 2015-03-17 | Only disable pointer-events on disabled <a> btns; fixes #16088 | Chris Rebert | 1 | -1/+7 | |
| <a> doesn't support the `[disabled]` attribute, so `a.btn.disabled` simulates it using `pointer-events: none`. However, this is unnecessary for <button>s and <input>s, and also prevents their `[disabled]` cursor from displaying. [skip sauce] [skip validator] | |||||
| 2015-03-15 | z-index first | Patryk Puszczyk | 1 | -1/+1 | |
| 2015-03-10 | Remove trailing whitespace in forms.less | Gleb Mazovetskiy | 1 | -1/+1 | |
| 2015-03-09 | rm `visibility` where redundant to `display` | Chris Rebert | 4 | -6/+1 | |
| Refs #15755 | |||||
| 2015-03-09 | Merge pull request #15755 from jitendravyas/master | Chris Rebert | 1 | -1/+0 | |
| Removed `visibility: hidden !important` from `.hidden` class | |||||
| 2015-03-03 | Modal: Fix backdrop not readjusting when height changes | Heinrich Fenkart | 2 | -2/+5 | |
| Fixes #15136. Closes #15345. Closes #15314. Refs #14724, #14927. | |||||
| 2015-03-02 | [Fixes #15976] Fix pagination link cut off border on hover | Patryk Puszczyk | 1 | -0/+1 | |
| 2015-03-02 | Add upstream patch comment | Patrick H. Lauke | 1 | -0/+1 | |
| 2015-03-01 | Input group sizes: Properly position `.form-control-feedback` | Heinrich Fenkart | 1 | -3/+5 | |
| Ref https://github.com/twbs/bootstrap/issues/12868#issuecomment-76291513 Ref 7733f24 | |||||
| 2015-02-28 | iOS fix for role="button" elements; [fixes #15935] | Patrick H. Lauke | 1 | -0/+11 | |
| Fixes "clickability" issue (and more generally, the firing of events such as focus as well) for traditionally non-focusable elements with role="button" (see https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile) Fixes #15935 | |||||
| 2015-02-27 | [Fixes #15944] Add Z-Index to avoid border overlapping | Kevin Kirsche | 1 | -0/+1 | |
| [Fixes #15944] Add Z-Index to avoid border overlapping | |||||
| 2015-02-26 | Merge pull request #15826 from kkirsche/patch-19 | Mark Otto | 1 | -1/+1 | |
| [Fixes #15825] .initialism class should use mixin | |||||
| 2015-02-20 | Fix #15652: Set `position: relative` on .{radio,checkbox}-inline | Kevin Kirsche | 1 | -0/+1 | |
| Closes #15656 by merging it. | |||||
| 2015-02-19 | Merge pull request #15699 from kkirsche/patch-8 | Chris Rebert | 1 | -0/+3 | |
| Fix #15691: .form-control-static changes height when empty | |||||
| 2015-02-19 | [Fixes #15691] .form-control-static changes height when empty | Kevin Kirsche | 1 | -0/+3 | |
| [Fixes #15691] .form-control-static changes height when empty by setting the minimum height to the size it is when text is in the `.form-control-static` JSFiddle: http://jsfiddle.net/4pdo4yzo/ Compute the minimum height @line-height-computed = ~20px @font-size-base = 14px This should come to approx. 34px Add min-height to from-group-* per @cvrebert I had this wrong. The minimum height would depend on the font-size of that specific group, thus we need to declare it once for font-size-small and once also for font-size-large | |||||
| 2015-02-17 | Merge pull request #15703 from kkirsche/patch-9 | Mark Otto | 1 | -1/+5 | |
| [Fix Issue #15683] `readonly` input should not have a not-allowed cursor | |||||
| 2015-02-17 | [Fixes #15825] .initialism class should use mixin | Kevin Kirsche | 1 | -1/+1 | |
| [Fixes #15825] .initialism class should use text-uppercase() LESS mixin. | |||||
| 2015-02-08 | Merge pull request #15697 from kkirsche/patch-6 | Mark Otto | 1 | -1/+1 | |
| [Fix Issue #15682] .caret is smaller in Firefox than other browsers | |||||
| 2015-02-08 | Merge pull request #15728 from kkirsche/patch-11 | Mark Otto | 2 | -1/+4 | |
| [Fix Issue #15719] Add a variable for .form-group's margin-bottom | |||||
| 2015-02-05 | Removed visibility: hidden !important from .hidden class | Jitendra Vyas | 1 | -1/+0 | |
| This .hidden was taken from HTML 5 Boilerplate and yesterday we discussed on twitter that visibility: hidden !important can be removed now. https://twitter.com/jitendravyas/status/562940090553733121 | |||||
| 2015-02-03 | [Fix Issue #15683] `readonly` input should not have a not-allowed cursor | Kevin Kirsche | 1 | -1/+5 | |
| [Fix Issue #15683] `readonly` input should not have a `not-allowed` cursor. Instead, this pull request displays a standard cursor and only displays the not-allowed cursor on disabled items. Revise docs wording to clarify cursor display | |||||
