1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 15:53:28 +00:00

custom modal header close icon (#7240)

* seahub custom modal header

* add custom modal header

* special modal use custom close
This commit is contained in:
Michael An
2024-12-24 11:20:40 +08:00
committed by GitHub
parent bbf567562e
commit 08abceb14b
147 changed files with 503 additions and 315 deletions

View File

@@ -0,0 +1,23 @@
.modal-header .seahub-modal-close.close {
padding: 14px 16px;
opacity: 1;
}
.modal-header .seahub-modal-close.close:not(:disabled):not(.disabled):hover {
opacity: 1;
}
.modal-header .seahub-modal-close .seahub-modal-close-inner {
display: inline-block;
width: 28px;
height: 28px;
border-radius: 3px;
}
.modal-header .seahub-modal-close .seahub-modal-close-inner:hover {
background-color: #efefef;
}
.modal-header .seahub-modal-close .seahub-modal-close-inner .sf3-font {
color: #666;
}