aboutsummaryrefslogtreecommitdiff
path: root/scss/_custom-forms.scss
AgeCommit message (Expand)AuthorFilesLines
2017-10-19Gradients and shadows (#24429)Mark Otto1-3/+3
2017-10-02Fix custom-select with "multiple" attribute (#23055)Lodder1-0/+5
2017-10-02Switch to stylelint. (#23572)XhmikosR1-2/+0
2017-10-02Revert input group border changes (#24197)Mark Otto1-6/+5
2017-08-10Custom File padding-x and padding-y values are reversed (#23067)Patrick Yeo1-3/+3
2017-08-10Fix border on input group elements and custom form inputsNathan Woltman1-5/+6
2017-07-16(#22414) Rename for consistency `$custom-checkbox-border-radius`, `$custom-ch...Patrick Yeo1-7/+7
2017-06-13Merge branch 'v4-dev' into form-tweaksMark Otto1-14/+14
2017-06-13(Fixes #22414) Rename for consistency `$custom-checkbox-radius`, `$custom-che...Patrick Yeo1-6/+6
2017-06-13(#22414) Rename for consistency `$custom-control-disabled-indicator-bg`, `$cu...Patrick Yeo1-9/+9
2017-04-22Redo the small custom select varsMark Otto1-6/+2
2017-04-22Change how input and select height is computedMark Otto1-2/+1
2017-04-21Merge branch 'v4-dev' into form-tweaksMark Otto1-3/+0
2017-04-10Remove `cursor: not-allowed` stylesPatrick H. Lauke1-3/+0
2017-04-08fixes #21922: set border-radius to 0 when global radius is disabledMark Otto1-1/+5
2017-03-18Add :empty to .custom-file-control selector (#22176)Theriault1-1/+1
2017-03-18Update scss mixins to comply with scss-linting rules (#22151)naicko1-1/+1
2017-03-03Fix border width calculation for custom-select (#22068)Rutger Laurman1-1/+1
2017-02-21Remove vendor prefixes from appearance: none.Bardi Harborow1-3/+1
2017-01-23Remove `cursor: pointer;` (#21812)Mark Otto1-2/+0
2017-01-15Remove filter: alpha(opacity = 0);Christian Oliff1-1/+0
2017-01-03Custom Forms: Allow Chrome/Firefox feature that lets the user drag and drop i...Phillip Marshall1-0/+2
2016-12-25use flex and direction to do the stacked controls instead of float hacksMark Otto1-2/+3
2016-12-25move custom checks/radios to inline-flexMark Otto1-1/+1
2016-12-24Undo #21171 (which closed #20977)Mark Otto1-1/+2
2016-12-22Remove IE9 browser hacks. (#21393)Bardi Harborow1-4/+0
2016-12-10linting property orderMark Otto1-1/+1
2016-12-10put the custom control spacer var to useMark Otto1-0/+1
2016-12-04Move margin from adjacent selector to right on the .custom-control for better...Mark Otto1-4/+1
2016-11-26Update comment for use of IE9 hack to fix #18082Mark Otto1-1/+2
2016-10-27Merge pull request #19915 from zalog/patch-9Mark Otto1-0/+1
2016-10-27Merge pull request #21033 from twbs/label-less-custom-controlsMark Otto1-0/+1
2016-10-27Calculcate the top offset for custom control indicatorsMark Otto1-1/+1
2016-10-27Add a min-height: 1.5rem; to custom controlsMark Otto1-0/+1
2016-10-09Set height on custom selectMark Otto1-0/+2
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow1-1/+1
2016-09-08v4: Custom checkbox and radio alignment (#20671)Mark Otto1-9/+4
2016-05-16Update _custom-forms.scssCatalin Zalog1-0/+1
2016-05-08Merge pull request #19735 from MatthewRayfield/v4-custom-select-disabled-stylingMark Otto1-0/+6
2016-04-14Add disabled styling for .custom-selectMatthew Rayfield1-0/+6
2016-04-12Suppress IE/Edge additional white/blue colors for focused <select>Patrick H. Lauke1-0/+10
2016-02-16Fixes #19142 (follow-up to #18771): Restore cursor: pointer to custom radio/c...Mark Otto1-0/+1
2016-02-09Merge pull request #18925 from twbs/fixes-18922Chris Rebert1-3/+10
2016-02-06move the url to the variable valueMark Otto1-3/+3
2016-02-06Merge branch 'patch-1' of https://github.com/thekondrashov/bootstrap into the...Mark Otto1-1/+1
2016-01-19Add pointer-events:none to custom indicatorPatrick H. Lauke1-0/+1
2016-01-17Make translation of custom file input text easier; fixes #18922Chris Rebert1-3/+10
2016-01-17Missing ;Mark Otto1-1/+1
2016-01-17add custom file vars, fix up custom select varMark Otto1-23/+23
2016-01-16Hella vars for custom checkboxes and radios and selectsMark Otto1-48/+43