aboutsummaryrefslogtreecommitdiff
path: root/scss/_custom-forms.scss
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-06disable it for the whole fileMark Otto1-2/+2
2016-01-05really disable the offending oneMark Otto1-2/+2
2016-01-05try disabling thatMark Otto1-0/+2
2016-01-05rewrite custom file input component to use classes over nested elementsMark Otto1-26/+29
2016-01-05ensure custom selects get rounded cornersMark Otto1-0/+1
2016-01-05Change .c-select to .custom-selectMark Otto1-2/+2
2016-01-05Revamp custom form stylesMark Otto1-57/+46
2016-01-05Fixes #17918: Add styles for disabled custom checkboxes and radiosmarkau1-1/+23
2015-12-29Add max-width to file browser; fixes #18651Sam A. Horvath-Hunt1-0/+2
2015-12-08orderMark Otto1-1/+1
2015-12-08Merge pull request #17930 from zalog/patch-12Mark Otto1-0/+1
2015-12-07Use $input-btn-border-width for both .form-control and .btn borders; fixes #1...Chris Rebert1-3/+3
2015-12-08SVG: base64 > ASCII85Alexandr Kondrashov1-8/+4
2015-12-08Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into patch-1Alexandr Kondrashov1-3/+3
2015-11-29Use $input-border-width for custom file input bordersChris Rebert1-2/+2
2015-11-14Add $input-border-width; refs #18150Chris Rebert1-1/+1
2015-11-14$input-border => $input-border-colorChris Rebert1-1/+1
2015-10-14v4 - .c-select on background inherits whiteCatalin Zalog1-0/+1
2015-09-11Merge remote-tracking branch 'twbs/v4-dev' into patch-1Alexandr Kondrashov1-20/+23
2015-08-25SCSS lint fixes.XhmikosR1-1/+1
2015-08-24Use double colons for psuedo elementsKevin Kirsche1-3/+3
2015-08-23wrap box-shadows in mixin in custom forms. fixes #17242Mark Otto1-3/+3
2015-08-23fix remaining scss lint errorsMark Otto1-7/+6
2015-08-23there is no standard appearance propertyMark Otto1-1/+0
2015-08-23fix majority of scss linter errorsMark Otto1-2/+2
2015-08-22replace PNG to SVG and compress SVGsAlexandr Kondrashov1-4/+4
2015-08-22Added comment explaining why there is no mixin hereCorné Dorrestijn1-0/+1
2015-08-21Removed mixin from focus ouline box-shadow fixes #17066Corné Dorrestijn1-4/+4
2015-08-18overhaul custom selects with latest from primer, shoutoutMark Otto1-103/+35