diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-06 23:14:45 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-06 23:14:45 +0800 |
commit | 4c1858c07b972e64d47218646f89b2fb5340a993 (patch) | |
tree | 60a6c80471367084c3c785f2d1686748bb63fbf4 /public | |
parent | 9cd14f97c2eac15ff15d3da3ddb95411345cbc81 (diff) | |
download | gitea-4c1858c07b972e64d47218646f89b2fb5340a993.tar.gz gitea-4c1858c07b972e64d47218646f89b2fb5340a993.zip |
navbar active status
Diffstat (limited to 'public')
-rwxr-xr-x | public/css/gogs.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 471c796dfb..6580d907a6 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -20,6 +20,10 @@ body { border-bottom-color: #333 !important; } +.tooltip-arrow:before { + border-bottom-color: transparent !important; +} + .fa { margin: 0 .5em; } @@ -39,6 +43,7 @@ body { font-weight: bold; color: #EEE; font-size: 100%; + height: 46px; } .gogs-nav-item:hover, @@ -55,6 +60,7 @@ body { cursor: pointer; margin-top: 8px; padding: 5px 15px; + height: 30px; } .gogs-nav-item.navbar-right .fa { @@ -68,7 +74,7 @@ body { .gogs-nav .active:after { position: absolute; - bottom: -2px; + bottom: -1px; left: 50%; width: 0; height: 0; @@ -80,6 +86,10 @@ body { border-left: 5px solid transparent; } +#gogs-nav-logo:after { + bottom: -4px !important; +} + .gogs-nav .tooltip { border: none; } |