Pagination
This commit is contained in:
parent
ff04bd24ca
commit
4a0dc0366d
|
@ -138,12 +138,8 @@ a.item {
|
||||||
border-color: #DB2828!important;
|
border-color: #DB2828!important;
|
||||||
}
|
}
|
||||||
.ui.menu {
|
.ui.menu {
|
||||||
background: #0202aa;
|
background: none !important;
|
||||||
border: 1px solid #203241;
|
border: 0px !important;
|
||||||
}
|
|
||||||
.ui.menu .item {
|
|
||||||
background: #051865;
|
|
||||||
color: #aaaaaa;
|
|
||||||
}
|
}
|
||||||
.ui.menu .active.item:hover,
|
.ui.menu .active.item:hover,
|
||||||
.ui.vertical.menu .active.item:hover {
|
.ui.vertical.menu .active.item:hover {
|
||||||
|
@ -1472,6 +1468,10 @@ div.ui.twelve.wide.column {
|
||||||
.user.profile .ui.secondary.stackable.pointing.menu {
|
.user.profile .ui.secondary.stackable.pointing.menu {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
.ui.menu .item > .label {
|
||||||
|
background-color: var(--white) !important;
|
||||||
|
color: var(--bghl) !important;
|
||||||
|
}
|
||||||
.user.profile .ui.secondary.stackable.pointing.menu .item, .ui.secondary.pointing.tabular .item {
|
.user.profile .ui.secondary.stackable.pointing.menu .item, .ui.secondary.pointing.tabular .item {
|
||||||
background-color: var(--yellow) !important;
|
background-color: var(--yellow) !important;
|
||||||
color: var(--fghl) !important;
|
color: var(--fghl) !important;
|
||||||
|
@ -1538,3 +1538,16 @@ div.ui.twelve.wide.column {
|
||||||
.page-footer a:hover {
|
.page-footer a:hover {
|
||||||
color: var(--white);
|
color: var(--white);
|
||||||
}
|
}
|
||||||
|
/* Pagination */
|
||||||
|
.pagination a.disabled {
|
||||||
|
color: var(--fg) !important;
|
||||||
|
}
|
||||||
|
.pagination a {
|
||||||
|
background-color: var(--yellow) !important;
|
||||||
|
color: var(--fghl) !important;
|
||||||
|
margin-left: 0px !important;
|
||||||
|
}
|
||||||
|
.pagination a:hover, .pagination a.active {
|
||||||
|
background-color: var(--yellowhl) !important;
|
||||||
|
color: var(--white) !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue