pagination courante visible
This commit is contained in:
parent
1263764c40
commit
e52b23b6fe
@ -996,12 +996,14 @@ a:hover .fab, a:hover .fas {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination .pagination-items a, .pagination .pagination-items span, .pagination .lien_pagination, .pagination .lien_pagination span {
|
.pagination {
|
||||||
color:white;
|
.pagination-items a, .pagination-items span, .lien_pagination, .lien_pagination span, .pages a {
|
||||||
|
color: white;
|
||||||
|
padding: 0.2em 0.5em;
|
||||||
|
border-radius: 0;
|
||||||
&.on, &:hover {
|
&.on, &:hover {
|
||||||
background: transparent !important;
|
background-color: #587ca0 !important;
|
||||||
color: $couleurPrincipaleOn !important;
|
}
|
||||||
color: $couleurPrincipale;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.sujet_autre {
|
.sujet_autre {
|
||||||
@ -1112,11 +1114,13 @@ a:hover .fab, a:hover .fas {
|
|||||||
color:$couleurSecondaire;
|
color:$couleurSecondaire;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination .pagination-items a, .pagination .pagination-items span, .pagination .lien_pagination a /* spip 3 et 4 */ {
|
.pagination {
|
||||||
|
.pagination-items a, .pagination-items span, .lien_pagination a /* spip 3 et 4 */ {
|
||||||
color: white;
|
color: white;
|
||||||
.composition_blog & {
|
.composition_blog & {
|
||||||
color:$couleurPrincipale;
|
color:$couleurPrincipale;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user