aboutsummaryrefslogtreecommitdiff
path: root/less/variables.less
AgeCommit message (Collapse)AuthorFilesLines
2013-08-11addressing #9189 manually, part 3: formsMark Otto1-0/+2
2013-08-11spacingMark Otto1-0/+1
2013-08-11addressing #9189 manually, part 2: dropdown header and disabled link colors ↵Mark Otto1-0/+3
(and refactor commenting styles)
2013-08-11addressing #9189 manually, part 1: code and pre varsMark Otto1-0/+2
2013-08-11fixes #9348 by ditching a commentMark Otto1-1/+1
2013-08-06Fixes #9145: Fix tooltip opacityMark Otto1-1/+1
Update tooltips to not use RGBa colors so IE8 can have tooltips, too (means we're now using `opacity`).
2013-08-05Scope tablet classes to tablets range onlyMark Otto1-4/+6
Fixes #9128
2013-08-05Merge branch '3.0.0-wip' into bs3_alerts_default_classMark Otto1-3/+21
Conflicts: dist/css/bootstrap.min.css
2013-08-05Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into ↵Mark Otto1-2/+18
saas786-3.0.0-wip Conflicts: customize.html less/alerts.less less/badges.less less/button-groups.less less/buttons.less less/carousel.less
2013-08-05Merge pull request #9121 from Flydiverny/alertsMark Otto1-1/+3
Added padding variable for alerts and changed customize.html
2013-08-05Update labels to include a base classMark Otto1-0/+2
* Builds on the new button styles by requiring a `.btn-default` for the regular, gray labels * Updates components examples to show new stuff
2013-08-06Added padding variable for alerts and changed customize.html Warning state ↵Markus Maga1-1/+3
(which doesn't exist anymore)
2013-08-05More button updatesMark Otto1-5/+5
- Fixes #9113 (caret colors in dropdown buttons) - Darken borders around buttons for contrast in button groups
2013-08-05Fixes #8786 (part 2): new default button stylesMark Otto1-10/+8
Also relevant: http://www.youtube.com/watch?v=Ldyx3KHOFXw
2013-08-05fixes #9063: add var for navbar border radiusMark Otto1-0/+1
2013-08-04Enable input focus state customizationMark Otto1-0/+1
- Add new mixin to generate and customize focus state as needed - Adds variable to set default color - Include clear disclaimer about customizing this—it's about users', so don't go making everything bright red and expect them not to be confused or alarmed. Relevant issues: #2742, #4185, #7942, #8171, #8610, #9044
2013-08-03Greater standardization of sizing terminologyChris Rebert1-3/+3
In class names: * large => lg * small => sm * mini => xs ("Extra small") In screen size categories: * Tiny => Extra small
2013-08-02Tighten up buttons and form controlsMark Otto1-4/+7
* Smaller padding on buttons and large buttons * Same with inputs and large inputs * Remove about 10px from height of large inputs/buttons and 4px from regular ones Fixes #8707 and #8700. (Also relevant: #8711)
2013-07-29get rid of out of order variable declarationAndrey Popp1-35/+33
2013-07-28move things aroundsyed1-2/+22
Moved alerts, badges, button groups, buttons, carousel, close to variables.less and customize.html
2013-07-26Vars updateMark Otto1-15/+18
* 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/+27
Moved pager, pagination, popovers, tooltip, progress bars & type properties to variables.less
2013-07-25move some thing aroundMark Otto1-7/+11
2013-07-25Moved navs inline properties to variables.less and customize.html & ↵syed1-0/+27
nav-customize.html
2013-07-25Moving navbar inline properties to variables.less and customize.htmlsyed1-0/+10
2013-07-24make footer border color use header border color in modalsMark Otto1-2/+1
2013-07-24Moved modals inline properties to variables.lesssyed1-0/+10
In this commit I moved modals.less inline properties to variables.less and also added those variables to customize.html.
2013-07-23Run make on prev commitsMark Otto1-2/+4
2013-07-23Update forms varsMark Otto1-2/+1
* Reorganize layout * Add input group var * Add legend border var
2013-07-23Update dropdown varsMark Otto1-5/+2
* Update `.nav-divider` mixin to simplify to a 1px line (one value instead of two in parametric mixin) * Rename and consolidate dropdown caret vars * Add vars to Customizer
2013-07-23Update code varsMark Otto1-3/+2
* Drop the `rgba()` border and fallback because fuck that noise * Add vars to customizer * Remove rogue `:`
2013-07-23Update close varsMark Otto1-2/+1
* Remove dupe hover color var (again, it's not necessary to have it's own var here since we're controlling it via `opacity`) * Add to customizer
2013-07-23Update carousel varsMark Otto1-5/+4
* Remove `@carousel-control-hover-color` since that's just the same as the default control color and all we change is `opacity` (it's required for specificity). * Add vars to customizer * Update customizer nav to include new section * Remove the `li` from the var names * Consolidate and simplify `text-shadow` vars
2013-07-23Update and add `@btn-hover-color` to Customize pageMark Otto1-1/+1
2013-07-23Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into ↵Mark Otto1-0/+46
saas786-3.0.0-wip
2013-07-23@badge-bg should be @gray-light not #f5f5f5Francis Brunelle1-1/+1
2013-07-20moving forms, labels and list-group to variables.lesssyed1-1/+11
2013-07-20moving code and dropdowns to variables.lesssyed1-1/+18
2013-07-20Move inline properties to variables.lesssyed1-0/+19
moved buttons.less, carousel.less & close.less in this commit
2013-07-20Update vars for badges, breadcrumbs; update customize pageMark Otto1-1/+4
2013-07-19Variables reorganization and breadcrumbs updateMark Otto1-14/+19
* Place component vars alongside the rest of the component vars * Redo some of the breadcrumbs code to add a var and remove `text-shadow`
2013-07-19Improved and followed pattern suggestionssyed1-9/+6
2013-07-19move breadcrumb.less inline properties and also added @color-2 missed in ↵syed1-1/+6
last commit
2013-07-19move badges inline properties to variables.lesssyed1-0/+4
2013-07-19Move accordion inline properties to variables.lessyed1-0/+7
2013-07-18fixes #8206: Use navbar height var to compute vertical padding on navbar-brandMark Otto1-1/+1
2013-07-18Fixes #8397: better navbar padding with grid gutter stuffMark Otto1-1/+2
2013-07-18Vurrriables and shitMark Otto1-1/+2
2013-07-17Fixes #8441: remove `@font-size-mini`Mark Otto1-1/+0
2013-07-17fixes #8491: add vars for table paddingMark Otto1-0/+3