mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 23:02:26 +00:00
[page toolbar] '.cur-view-path': set the height of the heading/path bar in each page to be 48px; improved UI of the nav links (#6225)
This commit is contained in:
@@ -93,7 +93,7 @@
|
|||||||
|
|
||||||
.cur-view-path {
|
.cur-view-path {
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
max-height: 48px;
|
height: 48px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@@ -550,12 +550,17 @@ a, a:hover { color: #ec8000; }
|
|||||||
color: #8A948F;
|
color: #8A948F;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
transition: none;
|
transition: none;
|
||||||
|
border-bottom: 0.125rem solid transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cur-view-path .nav .nav-item .nav-link {
|
||||||
|
padding: 11px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav .nav-item .nav-link.active {
|
.nav .nav-item .nav-link.active {
|
||||||
color: #eb8205;
|
color: #eb8205;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border-bottom: 0.125rem solid #eb8205;
|
border-bottom-color: #eb8205;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user