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

Change modal header button style (#7271)

* 01 remove useless package

* 02 change modal header icons
This commit is contained in:
Michael An
2024-12-27 17:44:13 +08:00
committed by GitHub
parent df825cdc6b
commit 58e9d1423f
15 changed files with 99 additions and 292 deletions

View File

@@ -12,6 +12,10 @@
display: flex;
}
.notification-header-close .seahub-modal-btn {
padding: 14px 12px;
}
.notification-header-close .notification-dropdown-toggle {
display: flex;
justify-content: center;
@@ -20,31 +24,6 @@
width: 24px
}
.notification-header-close .item-dropdown-icon,
.notification-header-close .notification-close-icon {
height: 24px;
width: 24px;
cursor: pointer;
color: #000;
opacity: 0.5;
}
.notification-header-close .notification-close-icon:hover,
.notification-header-close .item-dropdown-icon:hover {
color: #000;
opacity: 0.75;
}
/* The icon "..." do not need to be bold */
.notification-header-close .item-dropdown-icon {
font-weight: 400;
}
/* The icon 'x' needs to be bold */
.notification-header-close .notification-close-icon {
font-weight: 700;
}
.notification-header-close .dropdown-menu {
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}