Skip to content

Commit

Permalink
client: fix the style of the icon category combo box
Browse files Browse the repository at this point in the history
  • Loading branch information
adoriandoran committed Jan 31, 2025
1 parent e270b0b commit e742bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/public/app/widgets/note_icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const TPL = `
<button class="btn dropdown-toggle note-icon" type="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="${t("note_icon.change_note_icon")}"></button>
<div class="dropdown-menu" aria-labelledby="note-path-list-button" style="width: 610px;">
<div class="filter-row">
<span>${t("note_icon.category")}</span> <select name="icon-category" class="form-control"></select>
<span>${t("note_icon.category")}</span> <select name="icon-category" class="form-select"></select>
<span>${t("note_icon.search")}</span> <input type="text" name="icon-search" class="form-control" />
</div>
Expand Down

0 comments on commit e742bdf

Please sign in to comment.