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:
@@ -104,6 +104,7 @@
|
||||
|
||||
.cur-view-path .cur-view-path-btn {
|
||||
cursor: pointer;
|
||||
font-size: 14px;
|
||||
height: 24px;
|
||||
min-width: 24px;
|
||||
width: fit-content;
|
||||
|
13
frontend/src/css/selected-dirents-toolbar.css
Normal file
13
frontend/src/css/selected-dirents-toolbar.css
Normal 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;
|
||||
}
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user