forked from kevadesu/forgejo
new user dahsboard issues
This commit is contained in:
parent
be90ea583a
commit
f808df5a7b
16 changed files with 427 additions and 258 deletions
20
public/less/_dashboard.less
Normal file
20
public/less/_dashboard.less
Normal file
|
@ -0,0 +1,20 @@
|
|||
.dashboard {
|
||||
padding-top: 15px;
|
||||
padding-bottom: @footer-margin * 2;
|
||||
|
||||
&.issues {
|
||||
.context.user.menu {
|
||||
min-width: 200px;
|
||||
.ui.header {
|
||||
font-size: 1rem;
|
||||
text-transform: none;
|
||||
}
|
||||
}
|
||||
.filter.menu {
|
||||
.item.active {
|
||||
background-color: #4183c4;
|
||||
color: #FFF;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue