summaryrefslogtreecommitdiff
path: root/paper/bootswatch.less
AgeCommit message (Collapse)Author
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-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-22paper: tweak button shadowsThomas Park
2015-03-19paper: empty content in progress bars, closes #424Thomas 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-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-08Added styling for tag "contenteditable" with class "form-control" (as for ↵Mladen Plavsic
input and textarea)
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-05add styling for input types email, tel, input with class form-controlPascal Herbert
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-09-15paper: style number inputs, closes #326Thomas Park
2014-09-04paper: fix nav-justified border, closes #322Thomas Park
2014-08-31paper: adjust close height and button font smoothing, closes #314Thomas Park
2014-08-13paper: style email inputs, closes #299Thomas Park
2014-08-13added paper and sandstone, deprecated ameliaThomas Park