forked from wallabag/wallabag
Pagination style updated
This commit is contained in:
@ -25,7 +25,10 @@
|
|||||||
|
|
||||||
.dropdown-content li:hover,
|
.dropdown-content li:hover,
|
||||||
.dropdown-content li.active,
|
.dropdown-content li.active,
|
||||||
.dropdown-content li.selected {
|
.dropdown-content li.selected,
|
||||||
|
.pagination li:not(.active) a:hover,
|
||||||
|
.pagination li:not(.active) a:active,
|
||||||
|
.pagination li:not(.active) a:focus {
|
||||||
background-color: #2c2c2c;
|
background-color: #2c2c2c;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -109,6 +112,10 @@
|
|||||||
border-color: #222;
|
border-color: #222;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pagination li.active {
|
||||||
|
background-color: #666;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 992px) {
|
@media only screen and (min-width: 992px) {
|
||||||
#article {
|
#article {
|
||||||
background-color: #101010;
|
background-color: #101010;
|
||||||
|
|||||||
@ -77,6 +77,16 @@
|
|||||||
|
|
||||||
li {
|
li {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
|
&:not(.active) a:hover,
|
||||||
|
&:not(.active) a:active,
|
||||||
|
&:not(.active) a:focus {
|
||||||
|
background-color: #e6e6e6;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:not(:last-of-type) {
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
span,
|
span,
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user