mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
new user dahsboard issues
This commit is contained in:
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user