1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-28 08:06:56 +00:00

12.0 change toolbar button style (#6202)

* 01 change common buttons

* 02 set selected dirents
This commit is contained in:
Michael An
2024-06-14 14:55:13 +08:00
committed by GitHub
parent d7d0140523
commit 9f2f68afc7
4 changed files with 53 additions and 95 deletions

View File

@@ -104,6 +104,7 @@
.cur-view-path .cur-view-path-btn {
cursor: pointer;
font-size: 14px;
height: 24px;
min-width: 24px;
width: fit-content;

View File

@@ -0,0 +1,13 @@
.cur-view-path .selected-dirents-toolbar .cur-view-path-btn {
margin-left: 0;
margin-right: 20px;
}
.cur-view-path .selected-dirents-toolbar .dropdown {
vertical-align: unset;
height: 24px;
}
.cur-view-path .selected-dirents-toolbar .dropdown .sf3-font-more-vertical {
margin-top: -4px;
}

View File

@@ -33,29 +33,6 @@
border-radius: 2px;
}
.op-btn.selected-dirent-op-btn {
padding: 0 .75rem;
font-weight: normal;
}
.op-btn.selected-dirent-more-op-btn {
margin-left: -1px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.selected-dirent-op-btn .selected-dirent-op-btn-icon { /* overwrite styles from seafile-ui.css */
font-size: 1rem;
color: #444;
vertical-align: middle;
}
.selected-dirent-op-btn-text {
font-size: .875rem;
margin-left: 6px;
vertical-align: middle;
}
/* end file-operation toolbar */
#cur-folder-more-op-toggle {