mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-27 23:49:44 +08:00
navbar active status
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user