mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 20:02:09 +00:00
Apply ng to issue dashboard
This commit is contained in:
parent
e9c599b48a
commit
96a71aaed8
9 changed files with 184 additions and 60 deletions
|
@ -11,6 +11,10 @@ ul.menu {
|
|||
background-color: @lineMenuHoverBgColor;
|
||||
color: @lineMenuHoverFontColor;
|
||||
}
|
||||
&.active {
|
||||
background-color: #4183c4;
|
||||
color: #FFF;
|
||||
}
|
||||
}
|
||||
&.current > a,
|
||||
&.hover > a {
|
||||
|
@ -67,6 +71,7 @@ ul.menu-down {
|
|||
> li.head {
|
||||
display: block;
|
||||
padding: .4em 1.2em;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
> li.down {
|
||||
position: relative;
|
||||
|
@ -163,4 +168,4 @@ ul.menu-radius {
|
|||
content: "\25B4";
|
||||
margin-left: .4em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue