mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-26 07:22:34 +00:00
update (#8140)
* update * update * Update utils.py * Update utils.py * add fontend code * Update utils.py * update --------- Co-authored-by: 小强 <shuntian@Mac.lan>
This commit is contained in:
@@ -20,7 +20,7 @@ body {
|
||||
|
||||
.onlyoffice-file-view-header-hidden {
|
||||
transition: all .3s ease-in-out;
|
||||
display: none!important;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#unfold-onlyoffice-file-view-header {
|
||||
@@ -32,17 +32,18 @@ body {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background: rgba(255,255,255, 0.6);
|
||||
background: rgba(255, 255, 255, 0.6);
|
||||
border-radius: 0 0 14px 14px;
|
||||
box-shadow: 0 0 8px rgba(0,0,0, 0.4);
|
||||
box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#unfold-onlyoffice-file-view-header:hover {
|
||||
background: rgba(255,255,255, 1);
|
||||
background: rgba(255, 255, 255, 1);
|
||||
}
|
||||
|
||||
.file-view-header .file-toolbar-btn {
|
||||
position: relative;
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
margin-left: 10px;
|
||||
@@ -78,6 +79,17 @@ body {
|
||||
color: #ED7109;
|
||||
}
|
||||
|
||||
.file-view-header .file-toolbar-btn .comment-tip {
|
||||
position: absolute;
|
||||
left: 4px;
|
||||
top: 4px;
|
||||
border-radius: 50%;
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
z-index: 100;
|
||||
background: red;
|
||||
}
|
||||
|
||||
.file-view-header .file-toolbar-more-operations {
|
||||
height: 38px;
|
||||
padding: 0;
|
||||
@@ -140,6 +152,7 @@ body {
|
||||
right: -500px;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
to {
|
||||
right: 0px;
|
||||
opacity: 1;
|
||||
|
Reference in New Issue
Block a user