Update search button icons and styles

Revise button labels and styling for search
options to improve UI consistency.
This commit is contained in:
Andrew
2026-07-07 15:46:33 +08:00
parent 9a6b861ce3
commit fb2c0ef237
2 changed files with 24 additions and 2 deletions

View File

@@ -39,9 +39,9 @@
</svg>
</button>
<button id="plugin_search_cc" class="plugin-search-toggle" type="button"
aria-pressed="false" title="Match case">Cc</button>
aria-pressed="false" title="Match case">Aa</button>
<button id="plugin_search_w" class="plugin-search-toggle" type="button"
aria-pressed="false" title="Match whole word">W</button>
aria-pressed="false" title="Match whole word"><span class="plugin-search-underline">ab</span></button>
</div>
<!-- <button id="open_terminal" class="ButtonStyleRegular ButtonTypeChoice left-btn">-->
<!-- Open Terminal-->