Skip to content

Commit

Permalink
Merge pull request XengShi#149 from prem-k-r/patch-2
Browse files Browse the repository at this point in the history
Changed cursor display to pointer for Search engines
  • Loading branch information
XengShi authored Nov 6, 2024
2 parents 7d2883c + b05d942 commit def7062
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,7 @@ body {
align-items: center;
justify-content: center;
position: relative;
cursor: pointer;
}

.searchEnginesContainer .search-engine svg {
Expand All @@ -664,6 +665,7 @@ body {

.searchEnginesContainer .search-engine label {
margin: 0 16px 0 10px;
cursor: pointer;
}

/* -----------Radio Button Customizing------------ */
Expand Down

0 comments on commit def7062

Please sign in to comment.