1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 21:07:17 +00:00

12.0 change toolbar buttons style (#6197)

* 00 fix codes

* change toolbar buttons style
This commit is contained in:
Michael An
2024-06-13 15:27:20 +08:00
committed by GitHub
parent fef6e2d5b5
commit 7e1d98990f
15 changed files with 144 additions and 65 deletions

View File

@@ -102,6 +102,32 @@
border-bottom: 1px solid #eee;
}
.cur-view-path .cur-view-path-btn {
cursor: pointer;
height: 24px;
min-width: 24px;
width: fit-content;
display: inline-flex;
justify-content: center;
align-items: center;
}
.cur-view-path .cur-view-path-btn.sf3-font,
.cur-view-path .cur-view-path-btn .sf3-font {
font-size: 16px;
color: #666;
}
.cur-view-path .cur-view-path-btn:hover {
background-color: #EFEFEF;
border-radius: 3px;
}
.cur-view-path .cur-view-path-btn .sf3-font-down {
transform: scale(0.8);
margin-left: 2px;
}
.cur-view-content {
padding: 0rem 1rem;
flex: 1;