aboutsummaryrefslogtreecommitdiffstats
path: root/public/less
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-26 00:01:06 +0800
committerUnknwon <u@gogs.io>2015-08-26 00:01:06 +0800
commit4330c1f0d824ea190bd07c0f68db5ca25e42f593 (patch)
treec22156ba5b1973eb5dfa37fa37af249c616e3573 /public/less
parenta329bbc2159a35437d81b78f8176925904ddae08 (diff)
downloadgitea-4330c1f0d824ea190bd07c0f68db5ca25e42f593.tar.gz
gitea-4330c1f0d824ea190bd07c0f68db5ca25e42f593.zip
update locale and org dashboard navbar
Diffstat (limited to 'public/less')
-rw-r--r--public/less/_dashboard.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/public/less/_dashboard.less b/public/less/_dashboard.less
index c4e04b2f47..6125170802 100644
--- a/public/less/_dashboard.less
+++ b/public/less/_dashboard.less
@@ -16,5 +16,11 @@
color: #FFF;
}
}
+ .ui.right .head.menu {
+ margin-top: -5px;
+ .item.active {
+ color: #d26911;
+ }
+ }
}
} \ No newline at end of file