mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-27 23:56:18 +00:00
[dir view] redesigned the toolbar for the current folder (#6117)
* [dir view] redesigned the toolbar for the current folder * [dir view] toolbar for the current folder: code cleanup * [dir view] toolbar for the current folder: updated the 'upload' icon; modified UI details
This commit is contained in:
@@ -237,3 +237,25 @@
|
||||
.op-btn:hover {
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
.dir-view-path .path-item {
|
||||
min-width: 0; /* overwrite some styles */
|
||||
padding: 0 6px;
|
||||
font-size: 1rem;
|
||||
color: inherit;
|
||||
border-radius: 3px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.dir-view-path .path-item:hover {
|
||||
background: #efefef;
|
||||
}
|
||||
|
||||
.dir-view-path .path-item-dropdown-toggle {
|
||||
color: #999;
|
||||
font-size: .6rem;
|
||||
}
|
||||
|
||||
.dir-view-path .path-split {
|
||||
padding: 0 2px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user