Skip to content

Commit

Permalink
Fix: Theme - Forced GTK URL view background color #864
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Feb 18, 2024
1 parent 3a0b786 commit d91f282
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 17 deletions.
8 changes: 1 addition & 7 deletions css/leptonChrome.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions css/leptonChromeESR.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions src/theme/system_default_theme/_gtk.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@

// #864
:root:not(:-moz-lwtheme) {
@media not (-moz-gtk-theme-family) {
// Rollback to color
--toolbar-field-background-color: Field !important;
--toolbar-field-color: FieldText !important;
--toolbar-field-border-color: ThreeDShadow !important;
}
// Rollback to color
--toolbar-field-background-color: Field !important;
--toolbar-field-color: FieldText !important;
--toolbar-field-border-color: ThreeDShadow !important;

#urlbar-background, #searchbar {
// Original: light-dark(rgba(0, 0, 0, .05), rgba(0, 0, 0, .3))
Expand Down

0 comments on commit d91f282

Please sign in to comment.