aboutsummaryrefslogtreecommitdiff
path: root/less/theme.less
AgeCommit message (Collapse)AuthorFilesLines
2014-10-26Merge branch 'master' into derpMark Otto1-225/+0
Conflicts: dist/css/bootstrap-theme.css.map dist/css/bootstrap.css.map docs/assets/js/raw-files.min.js docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css.map less/progress-bars.less less/theme.less
2014-10-26Removed unnecessary new lines that were inconsistent with current style.Baraa1-8/+0
2014-10-26Merge branch 'master' into derpMark Otto1-2/+6
Conflicts: Gruntfile.js dist/css/bootstrap-theme.css dist/css/bootstrap-theme.css.map dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/_includes/components/dropdowns.html docs/_includes/components/media.html docs/_includes/components/navs.html docs/_includes/components/progress-bars.html docs/_includes/components/responsive-embed.html docs/_includes/css/buttons.html docs/_includes/css/forms.html docs/_includes/css/less.html docs/_includes/css/overview.html docs/_includes/css/responsive-utilities.html docs/_includes/customizer-variables.html docs/_includes/getting-started/browser-device-support.html docs/_includes/getting-started/grunt.html docs/_includes/getting-started/template.html docs/_includes/header.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/dropdowns.html docs/_includes/js/modal.html docs/_includes/js/popovers.html docs/_includes/js/scrollspy.html docs/_includes/js/tabs.html docs/_includes/js/tooltips.html docs/_includes/nav/components.html docs/_includes/nav/getting-started.html docs/_layouts/default.html docs/about.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/docs.min.js docs/assets/js/raw-files.min.js docs/browser-bugs.html docs/components.html docs/components/navbar.md docs/css.html docs/dist/css/bootstrap-theme.css docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap-theme.min.css docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/examples/blog/index.html docs/examples/carousel/index.html docs/examples/cover/index.html docs/examples/dashboard/index.html docs/examples/grid/index.html docs/examples/jumbotron-narrow/index.html docs/examples/jumbotron/index.html docs/examples/justified-nav/index.html docs/examples/navbar-fixed-top/index.html docs/examples/navbar-static-top/index.html docs/examples/navbar/index.html docs/examples/non-responsive/index.html docs/examples/offcanvas/index.html docs/examples/signin/index.html docs/examples/starter-template/index.html docs/examples/sticky-footer-navbar/index.html docs/examples/sticky-footer/index.html docs/examples/theme/index.html docs/examples/tooltip-viewport/index.html docs/getting-started.html docs/javascript.html docs/migration.html less/_animation.less less/_modal.less less/_navbar.less less/_variables.less less/glyphicons.less less/navs.less less/panels.less less/progress-bars.less
2014-10-25Fixes #14806: reset the text-shadow in the themed buttonsMark Otto1-0/+4
2014-10-25Fixes #14814: Use the link active bg variables for theme navbar gradientsMark Otto1-2/+2
2014-07-12grunt some more things, rebuild customizer navMark Otto1-0/+2
2014-07-12Fixes #14074: Make open dropdown nav links in navbar use gradientsMark Otto1-0/+2
2014-07-08Use .box-shadow() mixin so we can enable/disable themMark Otto1-9/+11
2014-07-08Nuke unused vars for panels wells and thumbnailsMark Otto1-36/+0
2014-07-08Bring back button infoMark Otto1-0/+1
2014-07-08Revamp button: rename .btn-default to .btn-secondary, drop .btn-infoMark Otto1-7/+5
2014-07-08Implement the new border-radius guard: only round things if global ↵Mark Otto1-3/+3
@enable-rounded == true
2014-07-08Drop: all vendor prefix mixins because autoprefixerMark Otto1-14/+10
2014-06-19fixes #13881: restore existing striped progress bar behavior with theme stylesMark Otto1-0/+5
2014-06-18fixes #13093: reset the background color and remove background image on ↵Mark Otto1-0/+6
disabled theme buttons
2014-01-07Fix #12073: Consistent order of variationsJulian Thilo1-1/+1
This changes the order of component variations throughout the repo (code and docs) to be more consistent. The order now used everywhere is the one most frequently found in the repo before: Default, Primary, Success, Info, Warning, Danger
2013-10-20Fixes #10620: remove gradient on buttons for IE9 in theme.less due to bleed ↵Mark Otto1-0/+1
through with rounded corners
2013-10-13fix #10257Mark Otto1-0/+2
2013-09-16Derp, there were moreSoheil Behnezhad1-2/+2
2013-09-16Remove some more unnecessary semicolonsSoheil Behnezhad1-8/+8
2013-09-16Remove unnecessary semicolonsSoheil Behnezhad1-2/+2
2013-09-01fixes #10111: different colors for dropdown link hover and active statesMark Otto1-3/+6
2013-08-23fixes #9877: improve active state on nav list items in themeMark Otto1-4/+6
2013-08-23fixes #9879: add hover state to theme buttonsMark Otto1-4/+11
2013-08-18Merge branch '3.0.0-wip' into bs3_panel_base_classMark Otto1-1/+1
Conflicts: dist/css/bootstrap-theme.min.css dist/css/bootstrap.min.css
2013-08-18Update var in themeMark Otto1-1/+1
2013-08-18Refactor panels to have a base class for improved flexibility when ↵Mark Otto1-1/+1
customizing (and no overriding to start, too)
2013-08-18Fix some forgotten things for navbar-defaultJulian Thilo1-2/+2
New variable names were missing here and there.
2013-08-18fixes #9769: use navbar border radius var in themeMark Otto1-1/+1
2013-08-17generic commentMark Otto1-4/+4
2013-08-17Finish first pass at and docment Bootstrap v2-ish themeMark Otto1-6/+175
* Adds new "theme" example * Adds new theme.less file to provide all the overrides and additional styles for the theme * theme.less compiles, via Grunt, to two new files to `dist/css`, bootstrap-theme.css and bootstrap-theme.min.css
2013-08-06more twerks to the themeMark Otto1-1/+9
2013-07-31add the theme file derpMark Otto1-0/+55