Skip to content

Commit

Permalink
Fix: Nightly's GTK URL Bar color compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Aug 5, 2021
1 parent 14252a3 commit a0587e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@
:root:not(:-moz-lwtheme) .urlbarView-url {
--urlbar-popup-url-color: -moz-accent-color;
}

/* Nightly Compatibility */
:root:not(:-moz-lwtheme) #urlbar {
--toolbar-field-focus-color: var(--toolbar-field-color); /* Nightly: rgba(0, 0, 0, 1) */
--toolbar-field-focus-background-color: var(--toolbar-field-background-color); /* Nightly: white */
}
}

/** Fully Theme Mode ********************************************************/
Expand Down

0 comments on commit a0587e0

Please sign in to comment.