aboutsummaryrefslogtreecommitdiff
path: root/less/progress-bars.less
AgeCommit message (Collapse)AuthorFilesLines
2018-10-08Switch to inline comments for stylelint inline directives.XhmikosR1-1/+1
Otherwise the comments are actually output to the CSS.
2017-11-25move from csslint to stylelintMark Otto1-3/+5
2014-10-26Removed unnecessary new lines that were inconsistent with current style.Baraa1-1/+0
2014-10-25Fixes #14736: Reverts the remaining progress bar min value overrides from #12848Mark Otto1-12/+0
2014-09-18Fixes #14592: Add new variable for progress border radiusMark Otto1-1/+1
2014-07-05Fixes #13953: Remove the progress bar min-width styles for low percentages ↵Mark Otto1-5/+0
to avoid jumping progress
2014-06-24Partly revert cb7eb674accd24b6b73f26ef23cf4a301b6ebfafHeinrich Fenkart1-0/+7
Fixes #13911
2014-06-19Use full deprecation versionBas Bosman1-2/+2
2014-06-18rewrite striped and active to deprecate the parent selectors, change the docsMark Otto1-1/+9
2014-06-18fixes #13347: make striped progress bars its own classMark Otto1-1/+2
2014-03-07Add autoprefixerBas Bosman1-7/+0
2014-03-04Fixes #12848: Account for and document progress bars at 0-3%Mark Otto1-0/+16
2013-11-13Remove unusual keyframes prefixesZlatan Vasović1-12/+0
2013-10-26Add .animation() mixinZlatan Vasović1-5/+1
2013-10-24fix WebKit caps in commentsChris Rebert1-1/+1
2013-09-06Merge pull request #9968 from thelukemcdonald/masterMark Otto1-1/+1
Apply gradient stripe @color parameter
2013-09-03Fixes #10407: Add line-height to progress bar for proper text alignment withinMark Otto1-0/+1
2013-08-20Remove progress bar striped @color parameters; use default transparent white.Luke McDonald1-1/+1
* If the @color parameter is not removed, the stripes are the same color as the element background color. In this case, the stripes do not appear.
2013-08-15delete commentsMark Otto1-10/+6
2013-08-12Drop background-clip and background-size mixins since they have no prefixes ↵Mark Otto1-1/+1
anyway
2013-08-05Clean up mixins, fix #9100 (no ms-keyframes)Mark Otto1-7/+1
- Spacing tweaks in the general mixins - Add comments to transform mixins about IE support - Remove `-ms-keyframes` because only IE10+ supports it, and without prefix
2013-07-26Vars updateMark Otto1-1/+0
* Drop progress bar text-shadow * Reorganize popover and tooltip vars and fix complier error due to missing `;` * Run `grunt`
2013-07-26move things around :)syed1-2/+2
Moved pager, pagination, popovers, tooltip, progress bars & type properties to variables.less
2013-07-07extract .progress-bar-variant mix-inChris Rebert1-16/+4
2013-05-09Unitless line-heightMark Otto1-2/+2
* Instead of 20px as @line-height-base, use 1.5 * Update typographic scale for headings to use unitless as well--required some twerking of decimals a bit and some rounding * Introduce new @line-height-computed value, which takes base font-size and multiplies it by 1.5, for use in padding and margin on components
2013-05-09Remove backface-visibility from progress bars.Blake Embrey1-1/+0
2013-05-03Merge pull request #7621 from jeremydenoun/patch-1Mark Otto1-0/+1
Fix flickering on progress bar width update
2013-05-02Use @font-size-... variables instead of hardcoded font-size in pxDarDar1-1/+1
2013-04-18Fix flickering on progress bar width updatejeremydenoun1-0/+1
Issue visible on lastest version of Chrome Browser (if you update progress bar width from 100% to 0%) -> flickering appears Fixed with addition of .backface-visibility(hidden) mixins
2013-03-10Set border-box globally insteadMark Otto1-1/+0
2013-02-01Refactor colors and progress barsMark Otto1-39/+34
* Buttons and progress bars now make use of more semantic global @brand- colors * Progress bars have been rewritten to reduce the number of possible selectors * Instead of .progress .bar, it's .progress-bar for individual bars of color, ultimately making for less CSS
2013-01-16flatten the progress barsMark Otto1-12/+14
2012-11-30remove color variables, swap others were approproMark Otto1-2/+2
2012-11-30more vars changed, remove @white varMark Otto1-1/+1
2012-11-30more consistent variable naming patternsMark Otto1-3/+3
2012-11-30Part 1 of unCamelCasing variablesMark Otto1-2/+2
2012-11-02Merge branch '2.2.2-wip' into exploratoryMark Otto1-1/+1
Conflicts: docs/assets/css/bootstrap.css docs/getting-started.html docs/templates/pages/getting-started.mustache less/accordion.less less/alerts.less less/breadcrumbs.less less/buttons.less less/code.less less/dropdowns.less less/forms.less less/navbar.less less/progress-bars.less less/responsive-navbar.less less/tables.less less/thumbnails.less less/tooltip.less less/wells.less
2012-10-03use border-radius vars where possibleMark Otto1-1/+1
2012-09-30remove .border-radius mixin and replace with standard border-radius ↵Mark Otto1-1/+1
property, since -webkit-* and -moz-* are only needed for older versions
2012-09-12change up box-shadow mixin usage everywhere to use escaping again, or local ↵Mark Otto1-1/+1
var if necessary for further var evaluation
2012-08-27Unescaped box-shadows to take advantage of new box-shadow mixinLuis Aleman1-1/+1
2012-08-20bump up height of progress bars, give some extra depth with stacking bars, ↵Mark Otto1-2/+5
and then make the stacked bars actually work
2012-08-20stack mutliple progress barsJonas Pommerening1-8/+9
2012-07-02.progress .bar { height: 100% }Dave DeSandro1-1/+1
2012-06-28standardize top level file commentsMark Otto1-2/+3
2012-03-25Merge branch 'andreasbovens-master' into 2.0.3-wipMark Otto1-0/+8
2012-03-24Added -o- and -ms- prefixes to animations CSSAndreas Bovens1-0/+8
Added -o- and -ms- prefixes to make the animated progress bars to work in the latest/upcoming versions of IE and Opera.
2012-03-15Invert progress-bar-stripes directionMarcel Jackwerth1-8/+8
2012-03-10fix gradient mixins by escaping them, add notes on progress barsMark Otto1-0/+6
2012-03-05clearing up progress bar docs and resetting the striped one to match default ↵Mark Otto1-1/+1
bar (blue instead of green)