diff options
author | 无闻 <u@gogs.io> | 2015-03-19 17:03:03 -0400 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2015-03-19 17:03:03 -0400 |
commit | e312634286e68d8fac4d20adb729661f8a444b2a (patch) | |
tree | 1c885def01ff73104086d57dfb31085c1a1a4729 /public/ng/less/ui/menu.less | |
parent | 7fe68d3db70edfb960ecdbaca688ba2c95219b5c (diff) | |
parent | 96a71aaed8b01e505fffbd740ffb492ce89cead1 (diff) |
Merge pull request #1091 from sapk/fix-ng-issue-pages
Apply ng to issue dashboard
Diffstat (limited to 'public/ng/less/ui/menu.less')
-rw-r--r-- | public/ng/less/ui/menu.less | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/public/ng/less/ui/menu.less b/public/ng/less/ui/menu.less index a1daefb3..3035ed12 100644 --- a/public/ng/less/ui/menu.less +++ b/public/ng/less/ui/menu.less @@ -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; } -}
\ No newline at end of file +} |