mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 23:29:49 +00:00
fix: trash dialog UI (#7221)
Co-authored-by: 杨国璇 <ygx@Hello-word.local>
This commit is contained in:
@@ -1,50 +0,0 @@
|
||||
.trash-dialog {
|
||||
max-width: 1100px;
|
||||
}
|
||||
|
||||
.trash-dialog .modal-header {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.trash-dialog .modal-header .trash-dialog-old-page {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.trash-dialog .modal-header .trash-dialog-close-icon {
|
||||
color: #000;
|
||||
opacity: 0.5;
|
||||
font-weight: 700;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.trash-dialog .modal-header .trash-dialog-close-icon:hover {
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
.trash-dialog .modal-header .clean {
|
||||
height: 30px;
|
||||
line-height: 28px;
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
|
||||
.trash-dialog .modal-body {
|
||||
height: 500px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.trash-dialog .modal-body .more {
|
||||
background: #efefef;
|
||||
border: 0;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.trash-dialog .modal-body .more:hover {
|
||||
color: #000;
|
||||
background: #dfdfdf;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.trash-dialog .modal-header .trash-dialog-old-page {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user