1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 07:08:55 +00:00

change move dirent search file style (#7022)

This commit is contained in:
Michael An
2024-11-11 12:31:12 +08:00
committed by GitHub
parent 9bdfdaa747
commit 0f777e04de
5 changed files with 58 additions and 43 deletions

View File

@@ -320,7 +320,8 @@
position: absolute;
top: 16px;
right: 48px;
color: #666;
color: #000;
opacity: 0.5;
}
.custom-modal .modal-header .close {
@@ -341,13 +342,11 @@
.custom-modal .modal-header .search:hover,
.custom-modal .modal-header .close:hover {
cursor: pointer;
background-color: #f0f0f0;
border-radius: 3px;
color: #666 !important;
opacity: 1;
opacity: 0.75;
}
.custom-modal .modal-header .close span{
.custom-modal .modal-header .close span {
width: 16px;
height: 16px;
}
@@ -484,3 +483,20 @@
flex-shrink: 0;
margin-left: 10px;
}
.comment-close-icon {
height: 24px;
width: 24px;
text-align: center;
}
.comment-close-icon {
cursor: pointer;
color: #000;
opacity: 0.5;
font-weight: 700;
}
.comment-close-icon:hover {
opacity: 0.75;
}