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