summaryrefslogtreecommitdiffstats
path: root/public/ng/less/ui/menu.less
diff options
context:
space:
mode:
authorAntoine GIRARD <sapk@sapk.fr>2015-03-19 00:35:17 +0100
committerAntoine GIRARD <sapk@sapk.fr>2015-03-19 00:35:17 +0100
commit96a71aaed8b01e505fffbd740ffb492ce89cead1 (patch)
tree1d2471d760ddec010a4b8168d50640a39175b8d7 /public/ng/less/ui/menu.less
parente9c599b48ac77114f1d7761855c72a980c751b53 (diff)
downloadgitea-96a71aaed8b01e505fffbd740ffb492ce89cead1.tar.gz
gitea-96a71aaed8b01e505fffbd740ffb492ce89cead1.zip
Apply ng to issue dashboard
Diffstat (limited to 'public/ng/less/ui/menu.less')
-rw-r--r--public/ng/less/ui/menu.less7
1 files changed, 6 insertions, 1 deletions
diff --git a/public/ng/less/ui/menu.less b/public/ng/less/ui/menu.less
index a1daefb365..3035ed1260 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
+}