Skip to content

Commit

Permalink
Fix urlbar search results bg colour, border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
muckSponge committed Oct 27, 2019
1 parent cd94951 commit a52e3a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions chrome/urlbar/urlbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
{
border: 0 !important;
padding: 0 !important;
border-radius: 8px 8px 0 0 !important;
border-radius: 8px !important;
min-height: 37px !important;
margin: 0 -5px -1px !important;
box-shadow:
Expand Down Expand Up @@ -208,9 +208,8 @@
right: 0 !important;
position: relative !important;
box-shadow: none !important;
background: 0 !important;
border: 0 !important;
background: white !important;
background: 0 !important;
}

#urlbar[open] .urlbarView
Expand Down

0 comments on commit a52e3a1

Please sign in to comment.