1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-07-15 00:57:32 +02:00

page list

This commit is contained in:
GilbN 2018-10-28 15:55:01 +01:00
parent de58d8b267
commit 74ad84deec

View File

@ -82,6 +82,17 @@ tr.checked, tr.checked td, tr.checked:nth-child(odd) .progress {
border: none;
}
.pagination a {
border: none;
background: rgba(0, 0, 0, .25);
}
.pagination a:hover, .pagination .active a {
background-color: hsla(0,0%,100%,.08);
}
.pagination .active a {
color: #ffffff;
}
/* PROGRESS BAR */
.progress {
background: hsla(0,0%,100%,.08);