Skip to content

Commit

Permalink
Made show address button in urlbar small in Nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonnev committed Nov 9, 2024
1 parent 472a0db commit 3c7e0ca
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
7 changes: 4 additions & 3 deletions Private Mode Style/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ LAYOUT
#PopupSearchAutoComplete {
border-radius: 0 0 7px 7px !important;
}
.urlbar-icon:not(.search-go-button):not(.urlbar-go-button) {
.urlbar-icon:not(.urlbar-revert-button ):not(.search-go-button):not(.urlbar-go-button) {
margin: -3px 0px 0px 0px !important;
}
.urlbar-page-action:not(#translations-button[translationsactive="true"]) {
Expand Down Expand Up @@ -293,9 +293,10 @@ LAYOUT
#tracking-protection-icon-box {
margin: 0px 0px 1px 0px !important;
}
.urlbar-go-button {
.urlbar-go-button,
.urlbar-revert-button {
padding: 6px !important;
margin: -4px 0px !important;
margin: -5px 0px !important;
}
.search-go-button {
padding: 6px !important;
Expand Down
7 changes: 4 additions & 3 deletions Titlebar Enabled/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ Normal mode
#PopupSearchAutoComplete {
border-radius: 3px !important;
}
.urlbar-icon:not(.search-go-button):not(.urlbar-go-button) {
.urlbar-icon:not(.urlbar-revert-button ):not(.search-go-button):not(.urlbar-go-button) {
margin: -3px 0px 0px 0px !important;
}
.urlbar-page-action:not(#translations-button[translationsactive="true"]) {
Expand Down Expand Up @@ -426,9 +426,10 @@ Normal mode
#tracking-protection-icon-box {
margin: 0px 0px 1px 0px !important;
}
.urlbar-go-button {
.urlbar-go-button,
.urlbar-revert-button {
padding: 6px !important;
margin: -4px 0px !important;
margin: -5px 0px !important;
}
.search-go-button {
padding: 6px !important;
Expand Down
7 changes: 4 additions & 3 deletions base.css
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ Normal mode
#PopupSearchAutoComplete {
border-radius: 3px !important;
}
.urlbar-icon:not(.search-go-button):not(.urlbar-go-button) {
.urlbar-icon:not(.urlbar-revert-button ):not(.search-go-button):not(.urlbar-go-button) {
margin: -3px 0px 0px 0px !important;
}
.urlbar-page-action:not(#translations-button[translationsactive="true"]) {
Expand Down Expand Up @@ -456,9 +456,10 @@ Normal mode
#tracking-protection-icon-box {
margin: 0px 0px 1px 0px !important;
}
.urlbar-go-button {
.urlbar-go-button,
.urlbar-revert-button {
padding: 6px !important;
margin: -4px 0px !important;
margin: -5px 0px !important;
}
.search-go-button {
padding: 6px !important;
Expand Down

0 comments on commit 3c7e0ca

Please sign in to comment.