Skip to content

Commit

Permalink
changing in border color
Browse files Browse the repository at this point in the history
  • Loading branch information
AliyanA1 committed Jan 10, 2025
1 parent 1e59add commit 279f06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/activity.js
Original file line number Diff line number Diff line change
Expand Up @@ -2400,7 +2400,7 @@ class Activity {
this.showSearchWidget = () => {
// Bring widget to top.
this.searchWidget.style.zIndex = 1001;
this.searchWidget.style.border = "2px solid blue";
this.searchWidget.style.border = "2px solid lightblue";
if (this.helpfulSearchDiv) {
this._hideHelpfulSearchWidget();
}
Expand Down

0 comments on commit 279f06d

Please sign in to comment.