mirror of
https://github.com/Floriansylvain/projet_programmation_web.git
synced 2026-08-19 11:43:16 +02:00
6 lines
114 B
CSS
6 lines
114 B
CSS
#search-input:focus, #search-input:hover {
|
|
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
|
|
outline: none;
|
|
}
|
|
|