UI: styling of searchbars

This commit is contained in:
Pieter Vander Vennet 2024-09-02 03:47:54 +02:00
parent cf3b4145ff
commit 29d1736f93
5 changed files with 79 additions and 47 deletions

View file

@ -178,6 +178,10 @@ input[type="text"] {
border-radius: 0.5rem;
}
.box-shadow {
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
/******************* Styling of input elements **********************/
/**