Style tweaks to pagination for menu pages
This commit is contained in:
parent
fe826d7906
commit
f1e2065ab5
1 changed files with 7 additions and 1 deletions
|
@ -921,9 +921,15 @@ ul#alpha-browse-individuals .count-classes {
|
||||||
nav.pagination.menupage{
|
nav.pagination.menupage{
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
nav.pagination.menupage a{
|
nav.pagination.menupage li.selected{
|
||||||
|
color: #5e6363;
|
||||||
|
}
|
||||||
|
nav.pagination.menupage li a{
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
nav.pagination.menupage li a:hover{
|
||||||
|
background: #5e6363;
|
||||||
|
}
|
||||||
|
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
/* IMAGE UPLOAD-------------------------------------> */
|
/* IMAGE UPLOAD-------------------------------------> */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue