summaryrefslogtreecommitdiff
path: root/paper
AgeCommit message (Collapse)Author
2015-05-22paper: fix password inputs in inverse navbars, closes #463Thomas Park
2015-05-14Rebuild each _variable.scss with gruntJay Williams
2015-05-06paper: fade effect .close buttonsThomas Park
2015-05-06paper: fixed selector for table-hover fade effectRyan Panning
Removed `:hover` from selector for table-hover `.transition()`. That caused the fade effect to only apply on “mouseover” but not “mouseout”. Updated both .less and .scss files and ran `grunt swatch:paper`
2015-05-06paper: fade effect .close buttonsRyan Panning
This applies the same `.transition()` to the `.close` class, which is used for alert close buttons, etc. Updated .less and .scss files and ran `grunt swatch:paper`
2015-04-27paper: fade effect for table-hoverRyan Panning
Used the same `.transition()` that other elements use, like .btn’s, for `.table-hover` row hover state and support with contextual classes. Simply added the transition for both .less and .scss then ran `grunt swatch:paper`. Closes #444
2015-04-23paper: remove margin-top on dropdown menus, closes #445Thomas Park
2015-04-23paper: no border for nav-justified on focus, closes #443Thomas Park
2015-04-21change protocol relative urls to httpsThomas Park
2015-03-27paper: fix panel-heading color, closes #432Thomas Park
2015-03-23bump build version to 3.3.4+1Thomas Park
2015-03-22change homepage tldThomas Park
2015-03-22paper: tweak button shadowsThomas Park
2015-03-19paper: empty content in progress bars, closes #424Thomas Park
2015-03-17update version numbersThomas Park
2015-03-17update bootswatch to 3.3.4Thomas Park
2015-03-10paper: fix radio and checkbox for addonsThomas Park
2015-03-06paper: carousel caption inherits color, closes #417Thomas Park
2015-03-02paper: fix get bold version of RobotoVictor Häggqvist
2015-02-19paper: fix checkbox for has-* styles, closes #406Thomas Park
2015-02-06update markup to pass bootlint, closes #402Thomas Park
2015-02-03paper: fix btn-group margin, closes #400Thomas Park
2015-01-30paper: unbold labels, #399Thomas Park
2015-01-29paper: apply pointer cursor to input element directlyThomas Park
2015-01-29paper: pointer cursor for checkboxes and radio buttonsThomas Park
2015-01-29paper: fix nav-tab jiggle on focusThomas Park
2015-01-29paper: custom checkbox and radio buttons, closes #393Thomas Park
2015-01-22update bootswatch to 3.3.2Thomas Park
2015-01-22paper: input box-shadow for ios, closes #375Thomas Park
2015-01-22paper: fix merge conflictThomas Park
2015-01-22paper: tweak line-height for inputs, fixes #383Thomas Park
2015-01-22add arrow to select inputs, closes #358Thomas Park
2015-01-09change sponsorThomas Park
2015-01-08Added styling for tag "contenteditable" with class "form-control" (as for ↵Mladen Plavsic
input and textarea)
2014-11-26update version number in buildsThomas Park
2014-11-15add sass options to menusThomas Park
2014-11-15bump version number in less and sassThomas Park
2014-11-14Add support for SASS/SCSSCorey Sewell
Refactored less files to be more scss friendly * Ensured no variables are used before assignment * Removed interpolated variable usage with similar substitute Added SCSS Grunt tasks * convert_less - Converts theme less files to scss * swatch_scss - Same as original swatch task, but using sass * compress_scss - Same as original compress task, but using sass Added dependencies for SCSS Updated _config.yml so jekyll includes theme _bootswatch.scss and _variables.scss files Added .sass-cache dir to .gitignore
2014-11-13rebuild themes with autoprefixer, closes #359Thomas Park
2014-11-123.3.0 -> 3.3.1Thomas Park
2014-11-10update sponsor to gridgumThomas Park
2014-11-05Merge pull request #352 from hebbet/gh-pagesThomas Park
add styling for input types email, tel, input with class form-control
2014-11-05add styling for input types email, tel, input with class form-controlPascal Herbert
2014-11-04Normalize the @gray[-xxxx] variable definitions in several variables.less ↵Steven Black
files to bring most themes in-line with standard Bootstrap's variable.less file. Take note: no values are changed; just assigning #000 to @gray-base in the @gray[-xxxx] section.
2014-11-04add styling for selectPascal Herbert
some bugfixes on select grunt:paper add styling for select grunt:paper
2014-11-013.2.0 -> 3.3.0Thomas Park
2014-10-11paper: add button background animation, closes #329Thomas Park
2014-10-06update sponsor to shopifyThomas Park
2014-10-03Losslessly compress images.XhmikosR
2014-09-15paper: style number inputs, closes #326Thomas Park