Browse Source

Merge pull request #1092 from sapk/fix-dashboard-navbar

Fix the little default in the navbar of the dashboard
master
无闻 10 years ago
parent
commit
7fe68d3db7
2 changed files with 4 additions and 2 deletions
  1. +2
    -1
      public/ng/css/gogs.css
  2. +2
    -1
      public/ng/less/gogs/dashboard.less

+ 2
- 1
public/ng/css/gogs.css View File

@@ -732,7 +732,8 @@ ol.linenums {
#dashboard-header > .menu-line > li.right > a {
font-size: 1.2em;
color: #444444;
padding: .4em .8em;
margin: -12px 0px;
padding: 22px 0.8em;
}
#dashboard-header > .menu-line > li.right > a:hover {
background-color: transparent;


+ 2
- 1
public/ng/less/gogs/dashboard.less View File

@@ -27,7 +27,8 @@
> a {
font-size: 1.2em;
color: @dashboardHeaderLinkColor;
padding: .4em .8em;
margin: -12px 0px;
padding: 22px 0.8em;
&:hover {
background-color: transparent;
color: @dashboardHeaderLinkHoverColor;


Loading…
Cancel
Save