Skip to content

Commit

Permalink
Merge pull request #105 from sanoojes/global-nav-search
Browse files Browse the repository at this point in the history
feat: add styles to search bar in global nav
  • Loading branch information
Astromations authored Jun 1, 2024
2 parents 8a8e4ff + 6fa2434 commit cb889f2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions app.css
Original file line number Diff line number Diff line change
Expand Up @@ -611,12 +611,13 @@ SEARCH BAR
background: rgba(0,0,0,0.2) !important;
}

.x-searchInput-searchInputInput,
.main-globalNav-searchInputContainer input,
.NtkAQg9R1r5CjuP0XHwl,
.NtkAQg9R1r5CjuP0XHwl:hover {
background-color: var(--backdrop) !important;
border-radius: 4px;
height: 32px;
border-radius: 8px;
border-radius: var(--button-border) !important;
transition: 0.2s ease
}

Expand Down Expand Up @@ -1042,6 +1043,13 @@ HOME VIEW
box-shadow: none;
}

/* For buttons inside the Search Container */
.main-globalNav-searchContainer button{
background-color: var(--backdrop) !important;
border-radius:var(--button-border) !important;
transition: 0.2s ease;
}

/*------
SETTINGS
------*/
Expand Down

0 comments on commit cb889f2

Please sign in to comment.