vendor/assets/stylesheets/button.css.scss in flashgrid-1.0.11 vs vendor/assets/stylesheets/button.css.scss in flashgrid-1.0.12

- old
+ new

@@ -17,10 +17,12 @@ -moz-appearance: none; background: rgba(236,238,241,1); border: none; border-bottom: 1px solid rgba(196,198,201,1); border-radius: 2px; + -moz-box-sizing: border-box; + box-sizing: border-box; color: rgba(71,74,84,1); cursor: pointer; display: inline-block; font-size: 13px; -webkit-font-smoothing: antialiased; @@ -254,10 +256,9 @@ .btn-group > .btn:first-child { border-bottom-left-radius: 2px; border-top-left-radius: 2px; margin-left: 0; } -.btn-group > .btn-small.dropdown-toggle { padding-bottom: 6px; } .btn-group > .btn:last-child, .btn-group > .dropdown-toggle { border-right: none; border-bottom-right-radius: 2px; border-top-right-radius: 2px; \ No newline at end of file