mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
style(next): tweak the "Change note icon" button
This commit is contained in:
parent
fc1e5ce23b
commit
9c4aa4f220
@ -1785,6 +1785,18 @@ div.bookmark-folder-widget .note-link .bx {
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
/* The "Change note icon" button */
|
||||
|
||||
.note-icon-widget .note-icon {
|
||||
border: none;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.note-icon-widget .note-icon:hover {
|
||||
background: var(--icon-button-hover-background);
|
||||
color: var(--icon-button-hover-color);
|
||||
}
|
||||
|
||||
/* Note icon popup */
|
||||
|
||||
.note-icon-widget .icon-list span {
|
||||
|
Loading…
x
Reference in New Issue
Block a user