rasteiner / k3-awesome-picker

Kirby 4 field plugin to show and select a free Font Awesome icon.
MIT License
14 stars 0 forks source link

Feature request: Behaviour if no icon is found #12

Closed chrfickinger closed 6 days ago

chrfickinger commented 4 years ago

What do you think about showing an additional icon if the search term does not match?

e.g. sc

chrfickinger commented 4 years ago

I also added the following css paramters for e better optical consistency and a small shadow for a better visualization of the floating window in my setup.

div.afp-dropdown-container div.afp-dropdown div.afp-dropdown--searchbox {
    background-color: #fff;
    box-shadow: 0 8px 10px -4px rgba(0,0,0, .15);
}

But this can be done by custom stylesheets of course :-)

chrfickinger commented 6 days ago

no longer relevant