this repo has no description

fix: urlbar bg on linux

closes #36

+2 -1
+2 -1
chrome/browser/urlbar.css
··· 33 33 } 34 34 35 35 #urlbar[breakout-extend] #urlbar-background { 36 + --field: Field; 36 37 --urlbar-bg: var(--toolbar-field-focus-background-color); 37 38 @media (-moz-platform: linux) { 38 - --urlbar-bg: Field; 39 + --urlbar-bg: var(--toolbar-field-focus-background-color, var(--field)); 39 40 } 40 41 background-color: var(--urlbar-bg) !important; 41 42 @media not (-moz-bool-pref: "uc.tweak.no-blur") {