1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-04 02:20:13 +02:00

[theme] add border radius to engine token input

This commit is contained in:
MrPaulBlack 2021-11-13 16:20:32 +01:00 committed by Markus Heiser
parent dfbbc3b471
commit c79bba60a9

View File

@ -44,6 +44,7 @@
border: 1px solid var(--color-toolkit-input-text-border);
background: none repeat scroll 0 0 var(--color-base-background);
padding: 0.4rem;
.rounded-corners-tiny;
&:hover {
border: 1px solid var(--color-toolkit-input-text-border-hover);