diff options
author | Unknwon <u@gogs.io> | 2015-08-26 00:01:06 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-26 00:01:06 +0800 |
commit | 4330c1f0d824ea190bd07c0f68db5ca25e42f593 (patch) | |
tree | c22156ba5b1973eb5dfa37fa37af249c616e3573 /public/less | |
parent | a329bbc2159a35437d81b78f8176925904ddae08 (diff) | |
download | gitea-4330c1f0d824ea190bd07c0f68db5ca25e42f593.tar.gz gitea-4330c1f0d824ea190bd07c0f68db5ca25e42f593.zip |
update locale and org dashboard navbar
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_dashboard.less | 6 |
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 |