style(next): jump to note: tweak the search box buttons

This commit is contained in:
Adorian Doran 2024-12-17 02:04:19 +02:00
parent bc5fde54d5
commit af8e664b54

View File

@ -1136,6 +1136,11 @@ body .calendar-dropdown-widget .calendar-body a:hover {
.jump-to-note-dialog .input-group button {
--bs-border-width: 0;
--accented-background-color: transparent;
padding: 0 4px;
}
.jump-to-note-dialog .input-group button:last-child {
padding-right: .75em;
}
.jump-to-note-dialog .input-clearer-button {