From faabec5360d998865e881e30d4e12bd6167999ad Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 12 Feb 2025 01:45:26 +0200 Subject: [PATCH] style(next): tweak the note icon popup --- src/public/stylesheets/theme-next/shell.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index b5b3d7784..b87c815f8 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -1783,4 +1783,15 @@ div.bookmark-folder-widget .note-link .bx { .delete-notes-list .note-path { padding-left: 8px; +} + +/* Note icon dialog */ + +.note-icon-widget .icon-list span { + border-radius: 8px; +} + +.note-icon-widget .icon-list span:hover { + background: var(--hover-item-background-color); + color: var(--hover-item-text-color); } \ No newline at end of file