vendor/assets/stylesheets/pagination.css.scss in flashgrid-2.3.0 vs vendor/assets/stylesheets/pagination.css.scss in flashgrid-3.0.0

- old
+ new

@@ -15,21 +15,21 @@ font-size: 14px; line-height: 14px; margin-right: 2px; } .pagination ul > li > a { - background: rgba(236,238,241,1); + background: rgba(245,248,250,1); border-radius: 500px; color: rgba(43,50,53,1); min-width: 8px; padding: 9px 10px 7px 10px; text-align: center; text-decoration: none; } .pagination ul > li > a:hover, -.pagination ul > li > a:focus { background: rgba(226,228,231,1); } +.pagination ul > li > a:focus { background: rgba(235,238,240,1); } .pagination ul > .active { - background: rgba(79,148,210,1); + background: rgba(15,135,226,1); border-radius: 500px; color: rgba(255,255,255,1); min-width: 8px; padding: 8px 10px 6px 10px; text-align: center; \ No newline at end of file