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:
@@ -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 {
|
||||
|
@@ -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 */
|
||||
|
Reference in New Issue
Block a user