mirror of
https://git.bwaaa.monster/omnisearch
synced 2026-03-25 17:19:02 +02:00
Updated the page buttons
This commit is contained in:
committed by
frosty
parent
81ba9021a2
commit
f17171d3e1
@@ -360,9 +360,9 @@ h1 span {
|
||||
|
||||
.pagination-btn {
|
||||
background: var(--bg-card);
|
||||
color: var(--text-primary);
|
||||
color: var(--text-secondary);
|
||||
border: 1px solid var(--border);
|
||||
padding: 8px 16px;
|
||||
padding: 4px 8px;
|
||||
border-radius: 8px;
|
||||
text-decoration: none;
|
||||
font-size: 0.9rem;
|
||||
@@ -376,11 +376,26 @@ h1 span {
|
||||
border-color: var(--text-secondary);
|
||||
}
|
||||
|
||||
|
||||
.pagination-current {
|
||||
color: var(--text-secondary);
|
||||
font-size: 0.9rem;
|
||||
background: var(--bg-card);
|
||||
color: var(--text-primary);
|
||||
border: 1px solid var(--border);
|
||||
padding: 4px 12px;
|
||||
border-radius: 8px;
|
||||
text-decoration: none;
|
||||
font-size: 1.2rem;
|
||||
font-weight: 600;
|
||||
transition: all 0.2s;
|
||||
touch-action: manipulation;
|
||||
}
|
||||
|
||||
.pagination-current:hover {
|
||||
background: var(--border);
|
||||
border-color: var(--text-secondary);
|
||||
}
|
||||
|
||||
|
||||
@media (max-width:1200px) {
|
||||
.content-layout {
|
||||
grid-template-columns:1fr;
|
||||
|
||||
Reference in New Issue
Block a user