Skip to content

Commit

Permalink
fix: #109 and sizing of search arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamXweb committed Nov 1, 2023
1 parent d19b504 commit 96adf89
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chrome/WhiteSur/colors/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,9 @@
--safari-safe-color: rgb(1,203,67) !important;
--toolbar-field-focus-color: transparent !important;
--focus-outline-color: transparent !important;
/* fix new styles added in v119 - */
--toolbar-field-focus-color: var(--gnome-urlbar-color) !important;
--toolbar-field-focus-background-color: transparent !important;
--arrowpanel-border-color: transparent !important;
}
}
4 changes: 4 additions & 0 deletions chrome/WhiteSur/colors/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,8 @@
--new-tab-background: rgb(233,233,233) !important;
--toolbar-field-focus-color: transparent !important;
--focus-outline-color: transparent !important;
/* fix new styles added in v119 - */
--toolbar-field-focus-color: var(--gnome-urlbar-color) !important;
--toolbar-field-focus-background-color: transparent !important;
--arrowpanel-border-color: transparent !important;
}
7 changes: 7 additions & 0 deletions chrome/WhiteSur/parts/headerbar-urlbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,13 @@ toolbarspring {
width: 16px !important;
margin:auto !important;
}
.search-go-button:hover, #urlbar-go-button.urlbar-icon:hover{
background-color: var(--urlbar-box-hover-bgcolor) !important;
}
/* fix size of search arrow */
.urlbar-page-action, #urlbar-go-button, .search-go-button {
padding: 1px !important;
}
/* Fix for firefox v92 onwards that changed icon size on MacOS*/
.urlbar-page-action {
padding: inherit !important;
Expand Down

0 comments on commit 96adf89

Please sign in to comment.