mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-28 08:06:56 +00:00
Change modal header button style (#7271)
* 01 remove useless package * 02 change modal header icons
This commit is contained in:
@@ -342,39 +342,8 @@
|
||||
max-width: calc(100% - 260px);
|
||||
}
|
||||
|
||||
.custom-modal .modal-header .search {
|
||||
position: absolute;
|
||||
top: 16px;
|
||||
right: 48px;
|
||||
color: #000;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.custom-modal .modal-header .close {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
position: absolute;
|
||||
right: 16px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
line-height: 12px;
|
||||
color: #666 !important;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.custom-modal .modal-header .search:hover,
|
||||
.custom-modal .modal-header .close:hover {
|
||||
cursor: pointer;
|
||||
border-radius: 3px;
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
.custom-modal .modal-header .close span {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
.custom-modal .modal-header .header-buttons .seahub-modal-btn {
|
||||
padding: 14px 12px;
|
||||
}
|
||||
|
||||
.custom-modal .modal-content {
|
||||
@@ -509,20 +478,3 @@
|
||||
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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user