mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 23:29:49 +00:00
feat: refresh metadata view (#7110)
* feat: refresh metadata view * feat: optimize code * feat: optimize tip --------- Co-authored-by: 杨国璇 <ygx@192.168.1.2> Co-authored-by: 杨国璇 <ygx@Hello-word.local>
This commit is contained in:
@@ -273,6 +273,28 @@
|
||||
background: #efefef;
|
||||
}
|
||||
|
||||
.dir-view-path .path-item-refresh {
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-left: 2px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.dir-view-path .path-item-refresh:hover {
|
||||
background: #efefef;
|
||||
}
|
||||
|
||||
.dir-view-path .sf3-font-refresh {
|
||||
transform: rotateY(180deg);
|
||||
color: #666;
|
||||
cursor: pointer;
|
||||
font-size: 14px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.dir-view-path .path-item-dropdown-toggle {
|
||||
color: #666;
|
||||
}
|
||||
|
Reference in New Issue
Block a user