aboutsummaryrefslogtreecommitdiff
path: root/less/theme.less
AgeCommit message (Collapse)AuthorFilesLines
2016-07-25Update remaining version numbers in source filesChris Rebert1-1/+1
Refs a90341ced2160c2a519a723100e9383a180501d9 Errata for #20357 [ci skip]
2016-01-01Update copyright years to 2016Chris Rebert1-1/+1
[ci skip]
2015-11-24bump versionMark Otto1-1/+1
2015-06-16bump versionMark Otto1-1/+1
2015-05-16Remove grunt-banner completely.XhmikosR1-0/+5
Add a license header in theme instead.
2015-05-14[Close #16482] Add border-radius to theme's navbar-inverseKevin Kirsche1-1/+1
[Close #16482] Add border-radius to theme's navbar-inverse
2015-04-04Fix theme.css .btn[disabled] styles.vsn4ik1-4/+17
2015-01-02Add .disabled class styling for .btn-stylesliias1-0/+1
Bootstrap itself has .btn-default.disabled styled. IE8 with angularjs has some weird behaviour if anchor has disabled attribute set, so I use disabled class as a workaround and assume the .disabled class styles the buttons the same as disabled attribute would.
2014-12-22add more refs to browser-related bugs in Less commentsChris Rebert1-2/+2
2014-11-05Theme: Correctly override active dropdown items in collapsed navbarsHeinrich Fenkart1-0/+12
2014-10-29fixes #14913: badges in list group shouldn't have text shadowMark Otto1-0/+4
2014-10-26Removed unnecessary new lines that were inconsistent with current style.Baraa1-8/+0
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-12Fixes #14074: Make open dropdown nav links in navbar use gradientsMark Otto1-0/+2
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