1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 23:56:18 +00:00

[dir view] redesign: moved 'list/grid' view mode icons down to the 'cur path'bar, grouped 'properties', 'tags', 'history', 'trash' icons into a 'more' dropdown menu (#6102)

This commit is contained in:
llj
2024-05-21 21:06:50 +08:00
committed by GitHub
parent 708184d713
commit af1ad767ca
10 changed files with 156 additions and 145 deletions

View File

@@ -51,30 +51,36 @@
/* end file-operation toolbar */
/* begin view-mode toolbar */
.detail-btn button,
.sf-view-mode-btn {
width: 44px;
height: 32px;
padding: 0;
height: 30px;
min-width: 2rem;
color: #aaa;
background-color: #fff;
background-color: #e5e6e7;
color: #444;
font-size: 14px;
line-height: 30px;
border: 1px solid #ccc;
line-height: 29px;
font-size: 18px;
border-radius: 2px;
border-radius: 3px;
}
.detail-btn button {
font-size: 15px;
padding-top: 1px;
.sf-view-mode-btn:hover {
background-color: #d2d3d3;
}
.sf-view-mode-btn.current-mode {
background-color: #ccc !important;
color: #fff !important;
background-color: #fff;
}
/* end view-mode toolbar */
#cur-folder-more-op-toggle {
color: #444;
font-size: 14px;
height: 32px;
padding: 0;
line-height: 30px;
margin-left: 10px;
}
/* begin common-toolbar */
.common-toolbar {
display: flex;