mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 11:52:10 +00:00
issue list in user
This commit is contained in:
parent
124c4d72bf
commit
23d103c721
6 changed files with 140 additions and 28 deletions
|
@ -1026,6 +1026,14 @@ html, body {
|
|||
color: #444;
|
||||
}
|
||||
|
||||
#issue .filter-list a.sm{
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
#issue .filter-list hr{
|
||||
border-color: #CCC;
|
||||
}
|
||||
|
||||
#issue .filter-list a:hover {
|
||||
background-color: #DDD;
|
||||
text-decoration: none;
|
||||
|
@ -1044,6 +1052,10 @@ html, body {
|
|||
background-color: #FFF;
|
||||
}
|
||||
|
||||
#issue .issue-item:hover{
|
||||
background-color: rgba(19, 95, 215, 0.03);
|
||||
}
|
||||
|
||||
#issue .list-group .list-group-item.unread {
|
||||
border-left: 2px solid #DD4B39;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue