1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 23:02:26 +00:00

color mode switcher, update notification icon (#8066)

Co-authored-by: zhouwenxuan <aries@Mac.local>
This commit is contained in:
Aries
2025-07-21 17:04:20 +08:00
committed by GitHub
parent d5833e3b5c
commit 7115bc4a87
9 changed files with 99 additions and 4 deletions

View File

@@ -21,11 +21,16 @@
font-weight: normal;
}
#notifications .sf2-icon-bell {
font-size: 24px;
#notifications .sf-icon-bell {
font-size: 16px;
line-height: 1;
color: #999;
color: #666;
vertical-align: middle;
border-radius: 4px;
}
#notifications .sf-icon-bell:hover {
background-color: var(--bs-hover-bg);
}
#notifications .num {

View File

@@ -60,6 +60,16 @@
text-decoration: none;
color: var(--bs-icon-color);
}
.common-toolbar .sf-icon-color-mode {
font-size: 16px;
color: #666;
border-radius: 4px;
}
.common-toolbar .sf-icon-color-mode:hover {
background-color: var(--bs-hover-bg);
}
/* end common-toolbar */
/* begin path toolbar */