mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-24 10:00:57 +00:00
Sort Top by Timeframe
This commit is contained in:
parent
44c4341e67
commit
f65ee2eb6a
8 changed files with 76 additions and 43 deletions
|
@ -138,7 +138,7 @@ aside {
|
|||
|
||||
/* Sorting */
|
||||
|
||||
#sort {
|
||||
#sort, #timeframe {
|
||||
background: var(--outside);
|
||||
box-shadow: var(--black-contrast);
|
||||
border: 0;
|
||||
|
@ -150,6 +150,11 @@ aside {
|
|||
appearance: none;
|
||||
}
|
||||
|
||||
#timeframe {
|
||||
border-radius: 0;
|
||||
border-left: 4px solid var(--highlighted);
|
||||
}
|
||||
|
||||
#sort_submit {
|
||||
background: var(--highlighted);
|
||||
border: 0;
|
||||
|
@ -158,7 +163,7 @@ aside {
|
|||
border-radius: 0 5px 5px 0;
|
||||
}
|
||||
|
||||
#sort:hover { background: var(--foreground); }
|
||||
#sort:hover, #timeframe:hover { background: var(--foreground); }
|
||||
#sort_submit:hover { color: var(--accent); }
|
||||
|
||||
#sort > div, footer > a {
|
||||
|
@ -498,7 +503,7 @@ td, th {
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
#user, #sidebar {
|
||||
margin: 20px 0;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue