mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-22 13:18:29 -04:00
add nav bar in issue list
This commit is contained in:
parent
cb2da7bf2c
commit
9e3a1bc11a
3 changed files with 60 additions and 0 deletions
|
@ -220,4 +220,34 @@ textarea#issue-add-content {
|
|||
box-sizing: border-box;
|
||||
height: 120px;
|
||||
resize: vertical;
|
||||
}
|
||||
// #issue list navigator
|
||||
#issue-list-nav {
|
||||
li {
|
||||
> a {
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
padding: .4em .9em;
|
||||
border-radius: .3em;
|
||||
}
|
||||
}
|
||||
li.current {
|
||||
> a {
|
||||
background-color: #0079bc;
|
||||
color: #FAFAFA;
|
||||
border-radius: .3em;
|
||||
}
|
||||
}
|
||||
li.right {
|
||||
margin-left: 4px;
|
||||
}
|
||||
}
|
||||
// new issue button
|
||||
#issue-new {
|
||||
> a {
|
||||
padding: 0 !important;
|
||||
button {
|
||||
height: 34px;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue