aboutsummaryrefslogtreecommitdiff
path: root/scss/_custom-forms.scss
AgeCommit message (Collapse)AuthorFilesLines
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
- Less nesting with more specific classes - New class names for most elements to avoid unnecessary and potentially confusing shorthand - Require new class and markup for the description (though it's only necessary for disable states, it's now part of the entire component's markup for all states just in case) - Change up colors and variables for regular and disabled states
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
v4 - .c-select shouldn't inherit white text color
2015-12-07Use $input-btn-border-width for both .form-control and .btn borders; fixes ↵Chris Rebert1-3/+3
#18424 Both widgets need to use the same border width because of input groups. Thus: $btn-border-width => $input-btn-border-width $input-border-width => $input-btn-border-width [skip sauce]
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
Fixes part of #18150 [skip sauce] [skip validator]
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
This: ``` <div class="bg-info"> <select class="c-select"> <option selected>Open this select menu</option> <option value="1">One</option> <option value="2">Two</option> <option value="3">Three</option> </select> </div> ``` render this: http://s.zalog.ro/2015-10-14-19-45-11.png
2015-09-11Merge remote-tracking branch 'twbs/v4-dev' into patch-1Alexandr Kondrashov1-20/+23
Conflicts: scss/_custom-forms.scss scss/_variables.scss
2015-08-25SCSS lint fixes.XhmikosR1-1/+1
[ci skip]
2015-08-24Use double colons for psuedo elementsKevin Kirsche1-3/+3
Fix #17052
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
before: https://pp.vk.me/c624325/v624325775/44408/FabMA25FDDs.jpg before(image-rendering: pixelated): https://pp.vk.me/c624325/v624325775/44416/Dzb6tO4Mmys.jpg after: https://pp.vk.me/c624325/v624325775/4440f/imd6KcYBgGI.jpg
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
2015-08-17clean out comments that aren't all that helpfulMark Otto1-5/+0
2015-04-18comments and spacingMark Otto1-0/+9
2015-01-22put all :hover styles within @media (hover: hover)Chris Rebert1-9/+10
2015-01-01override the box-shadows on active, checked, and indeterminate statesMark Otto1-0/+3
2015-01-01add indeterminate checkbox supportMark Otto1-8/+5
2014-12-31fix some source code for custom formsMark Otto1-3/+4
2014-12-25improve code quality on custom formsMark Otto1-250/+214
2014-12-24custom forms: checkbox and radio stacked optionMark Otto1-2/+27
2014-12-24some cleanupMark Otto1-33/+41
2014-12-24add custom forms, stub out examples for radios and checkboxesMark Otto1-0/+291