From 0293e45845d0cb6cb092db10643637c91618e96c Mon Sep 17 00:00:00 2001 From: Prakhar Pandey Date: Mon, 13 Feb 2023 23:56:35 +0530 Subject: [PATCH] Added hover feature --- client/src/styles/plasmadonors.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/client/src/styles/plasmadonors.css b/client/src/styles/plasmadonors.css index 8cff6c6..e7d50e8 100644 --- a/client/src/styles/plasmadonors.css +++ b/client/src/styles/plasmadonors.css @@ -136,6 +136,13 @@ outline: none; color: #ffff; background: #3029ff; + transition: 0.5s; +} + +.search-field-button:hover{ + background-color: transparent; + border: 2px solid #3029ff; + color: #3029ff; } /* SEARCH FIELD ENDS */