Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-22 | paper: fix password inputs in inverse navbars, closes #463 | Thomas Park | |
2015-05-06 | paper: fade effect .close buttons | Thomas Park | |
2015-05-06 | paper: fixed selector for table-hover fade effect | Ryan 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-06 | paper: fade effect .close buttons | Ryan 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-27 | paper: fade effect for table-hover | Ryan 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-23 | paper: remove margin-top on dropdown menus, closes #445 | Thomas Park | |
2015-04-23 | paper: no border for nav-justified on focus, closes #443 | Thomas Park | |
2015-04-21 | change protocol relative urls to https | Thomas Park | |
2015-03-27 | paper: fix panel-heading color, closes #432 | Thomas Park | |
2015-03-22 | paper: tweak button shadows | Thomas Park | |
2015-03-19 | paper: empty content in progress bars, closes #424 | Thomas Park | |
2015-03-17 | update bootswatch to 3.3.4 | Thomas Park | |
2015-03-10 | paper: fix radio and checkbox for addons | Thomas Park | |
2015-03-06 | paper: carousel caption inherits color, closes #417 | Thomas Park | |
2015-03-02 | paper: fix get bold version of Roboto | Victor Häggqvist | |
2015-02-19 | paper: fix checkbox for has-* styles, closes #406 | Thomas Park | |
2015-02-03 | paper: fix btn-group margin, closes #400 | Thomas Park | |
2015-01-30 | paper: unbold labels, #399 | Thomas Park | |
2015-01-29 | paper: apply pointer cursor to input element directly | Thomas Park | |
2015-01-29 | paper: pointer cursor for checkboxes and radio buttons | Thomas Park | |
2015-01-29 | paper: fix nav-tab jiggle on focus | Thomas Park | |
2015-01-29 | paper: custom checkbox and radio buttons, closes #393 | Thomas Park | |
2015-01-22 | update bootswatch to 3.3.2 | Thomas Park | |
2015-01-22 | paper: input box-shadow for ios, closes #375 | Thomas Park | |
2015-01-22 | paper: fix merge conflict | Thomas Park | |
2015-01-22 | paper: tweak line-height for inputs, fixes #383 | Thomas Park | |
2015-01-22 | add arrow to select inputs, closes #358 | Thomas Park | |
2015-01-08 | Added styling for tag "contenteditable" with class "form-control" (as for ↵ | Mladen Plavsic | |
input and textarea) | |||
2014-11-15 | bump version number in less and sass | Thomas Park | |
2014-11-14 | Add support for SASS/SCSS | Corey 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 |