vendor/assets/stylesheets/pagination.css.scss in flashgrid-1.0.20 vs vendor/assets/stylesheets/pagination.css.scss in flashgrid-1.0.21
- old
+ new
@@ -15,21 +15,21 @@
font-size: 14px;
line-height: 14px;
margin-right: 2px;
}
.pagination ul > li > a {
- background-color: rgba(236,238,241,1);
+ background: rgba(236,238,241,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-color: rgba(226,228,231,1); }
+.pagination ul > li > a:focus { background: rgba(226,228,231,1); }
.pagination ul > .active {
- background-color: rgba(79,148,210,1);
+ background: rgba(79,148,210,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